summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-12-28 20:22:14 +0000
committerirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-12-28 20:22:14 +0000
commita964bcb593a5002c96ebb70f36be7ea5457fe701 (patch)
tree12810d10de153f2e6fbbcefbca58f112d5587916
parent20f4f6f7c0eb871aab944eae5ab741733032a7be (diff)
downloadATCD-a964bcb593a5002c96ebb70f36be7ea5457fe701.tar.gz
ChangeLogTag: Tue Dec 28 14:13:18 1999 Irfan Pyarali <irfan@cs.wustl.edu>
-rw-r--r--TAO/ChangeLog-99c6
-rw-r--r--TAO/tao/Makefile9
2 files changed, 9 insertions, 6 deletions
diff --git a/TAO/ChangeLog-99c b/TAO/ChangeLog-99c
index d68c5ade0b7..b167577d175 100644
--- a/TAO/ChangeLog-99c
+++ b/TAO/ChangeLog-99c
@@ -1,3 +1,9 @@
+Tue Dec 28 14:13:18 1999 Irfan Pyarali <irfan@cs.wustl.edu>
+
+ * tao/Makefile (ORB_CORE_FILES): Moved TAOC and TAOS from the
+ corba messaging section to the general section. These files now
+ contain more code than what simply belongs to corba messaging.
+
Tue Dec 28 09:31:03 1999 David L. Levine <levine@cs.wustl.edu>
* orbsvcs/orbsvcs/Makefile,orbsvcs/Trading/Makefile,
diff --git a/TAO/tao/Makefile b/TAO/tao/Makefile
index f092352d2b8..ebbf64c5fb3 100644
--- a/TAO/tao/Makefile
+++ b/TAO/tao/Makefile
@@ -190,7 +190,9 @@ ORB_CORE_FILES += \
Context \
Request \
Services \
- NVList
+ NVList \
+ TAOC \
+ TAOS
DYNAMIC_ANY_FILES += \
DynAnyC \
@@ -208,9 +210,6 @@ INTERFACE_REPO_FILES += \
endif # minimum_corba
-# TAOC and TAOS should be moved outside the corba_messaging scope once
-# more classes have been added to the TAO module.
-
ifeq ($(corba_messaging),1)
ORB_CORE_FILES += \
@@ -218,8 +217,6 @@ ORB_CORE_FILES += \
MessagingS \
Policy_Manager \
Messaging_Policy_i \
- TAOC \
- TAOS \
Client_Priority_Policy \
Buffering_Constraint_Policy