summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>2000-07-16 13:52:53 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>2000-07-16 13:52:53 +0000
commitb900f764a4a4bac4fc1c7ff1a26a2ad3015c1ca0 (patch)
tree137c43df3cbe8f5014802b9608c71dc5f491f539
parent0600243fdfc5283201ea9066206f75ef59a2f7f6 (diff)
downloadATCD-b900f764a4a4bac4fc1c7ff1a26a2ad3015c1ca0.tar.gz
ChangeLogTag:Sun Jul 16 08:49:44 2000 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu>
-rw-r--r--ChangeLog12
-rw-r--r--ChangeLogs/ChangeLog-02a12
-rw-r--r--ChangeLogs/ChangeLog-03a12
-rw-r--r--ace/Service_Config.h1
-rw-r--r--ace/Service_Object.h1
-rw-r--r--ace/Service_Repository.h1
6 files changed, 39 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2e1e1fc80ff..05681211aa3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+Sun Jul 16 08:49:44 2000 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu>
+
+ * ace/Service_Repository.h,
+ * ace/Service_Object.h,
+ * ace/Service_Config.h: Added the following aliases:
+
+ #define ACE_Component ACE_Service_Object
+ #define ACE_Component_Config ACE_Service_Config
+ #define ACE_Component_Repository ACE_Service_Repository
+
+ to be consistent with the terminology in the POSA2 book.
+
Fri Jul 14 19:31:39 2000 Eric Ding <qnd1@cs.wustl.edu>
* ace/config-linux.h
diff --git a/ChangeLogs/ChangeLog-02a b/ChangeLogs/ChangeLog-02a
index 2e1e1fc80ff..05681211aa3 100644
--- a/ChangeLogs/ChangeLog-02a
+++ b/ChangeLogs/ChangeLog-02a
@@ -1,3 +1,15 @@
+Sun Jul 16 08:49:44 2000 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu>
+
+ * ace/Service_Repository.h,
+ * ace/Service_Object.h,
+ * ace/Service_Config.h: Added the following aliases:
+
+ #define ACE_Component ACE_Service_Object
+ #define ACE_Component_Config ACE_Service_Config
+ #define ACE_Component_Repository ACE_Service_Repository
+
+ to be consistent with the terminology in the POSA2 book.
+
Fri Jul 14 19:31:39 2000 Eric Ding <qnd1@cs.wustl.edu>
* ace/config-linux.h
diff --git a/ChangeLogs/ChangeLog-03a b/ChangeLogs/ChangeLog-03a
index 2e1e1fc80ff..05681211aa3 100644
--- a/ChangeLogs/ChangeLog-03a
+++ b/ChangeLogs/ChangeLog-03a
@@ -1,3 +1,15 @@
+Sun Jul 16 08:49:44 2000 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu>
+
+ * ace/Service_Repository.h,
+ * ace/Service_Object.h,
+ * ace/Service_Config.h: Added the following aliases:
+
+ #define ACE_Component ACE_Service_Object
+ #define ACE_Component_Config ACE_Service_Config
+ #define ACE_Component_Repository ACE_Service_Repository
+
+ to be consistent with the terminology in the POSA2 book.
+
Fri Jul 14 19:31:39 2000 Eric Ding <qnd1@cs.wustl.edu>
* ace/config-linux.h
diff --git a/ace/Service_Config.h b/ace/Service_Config.h
index 372c677ff06..476ebd2a0fa 100644
--- a/ace/Service_Config.h
+++ b/ace/Service_Config.h
@@ -85,6 +85,7 @@ typedef ACE_Unbounded_Queue<ACE_TString>
typedef ACE_Unbounded_Queue_Iterator<ACE_TString>
ACE_SVC_QUEUE_ITERATOR;
+#define ACE_Component_Config ACE_Service_Config
class ACE_Export ACE_Service_Config
{
// = TITLE
diff --git a/ace/Service_Object.h b/ace/Service_Object.h
index edafff19e47..de4e7aaca66 100644
--- a/ace/Service_Object.h
+++ b/ace/Service_Object.h
@@ -26,6 +26,7 @@
#include "ace/Event_Handler.h"
+#define ACE_Component ACE_Service_Object
class ACE_Export ACE_Service_Object : public ACE_Event_Handler, public ACE_Shared_Object
{
// = TITLE
diff --git a/ace/Service_Repository.h b/ace/Service_Repository.h
index 26ba6b3fbd0..0b1141192b3 100644
--- a/ace/Service_Repository.h
+++ b/ace/Service_Repository.h
@@ -24,6 +24,7 @@
# pragma once
#endif /* ACE_LACKS_PRAGMA_ONCE */
+#define ACE_Component_Repository ACE_Service_Repository
class ACE_Export ACE_Service_Repository
{
// = TITLE