diff options
author | irfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-12-28 20:22:14 +0000 |
---|---|---|
committer | irfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-12-28 20:22:14 +0000 |
commit | a964bcb593a5002c96ebb70f36be7ea5457fe701 (patch) | |
tree | 12810d10de153f2e6fbbcefbca58f112d5587916 | |
parent | 20f4f6f7c0eb871aab944eae5ab741733032a7be (diff) | |
download | ATCD-a964bcb593a5002c96ebb70f36be7ea5457fe701.tar.gz |
ChangeLogTag: Tue Dec 28 14:13:18 1999 Irfan Pyarali <irfan@cs.wustl.edu>
-rw-r--r-- | TAO/ChangeLog-99c | 6 | ||||
-rw-r--r-- | TAO/tao/Makefile | 9 |
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 |