From dc3e69543e95aea3d9b20643a820192cc4da9ee5 Mon Sep 17 00:00:00 2001 From: Johnny Willemsen Date: Thu, 16 Sep 2004 08:44:39 +0000 Subject: ChangeLogTag: Thu Sep 16 08:44:12 UTC 2004 Johnny Willemsen --- TAO/CIAO/ChangeLog | 60 ++++++++++++++++++++++++++++++------------------------ 1 file changed, 33 insertions(+), 27 deletions(-) diff --git a/TAO/CIAO/ChangeLog b/TAO/CIAO/ChangeLog index 8f3d8d29972..eea7ac498d3 100644 --- a/TAO/CIAO/ChangeLog +++ b/TAO/CIAO/ChangeLog @@ -1,8 +1,14 @@ +Thu Sep 16 08:44:12 UTC 2004 Johnny Willemsen + + * DAnCE/ciao/Servant_Activator.cpp: + * CIAO/ciao/Servant_Activator.cpp: + Fixed compile errors in Borland build + Tue Sep 14 20:43:31 2004 Jeff Parsons * ciao/Context_Impl_Base.h: * DAnCE/ciao/Context_Impl_Base.h: - + Moved a sufficiently substantial included file above the #pragma once directive, so that some compilers will not complain that it's obsolete. @@ -27,14 +33,14 @@ Tue Sep 14 15:02:24 2004 Jeff Parsons * ciao/Home_Servant_Impl_T.h: New files, duplicated in CIAO/ciao and - CIAO/DAnCE/ciao, containing base classes + CIAO/DAnCE/ciao, containing base classes for the CIDL-compiler-generated context and home servant classes. A template class sits in the hierarchy between the generated class and its skeleton base class (in the case of the home servant) or its executor base (in the case of the context). The - template class also inherits from a + template class also inherits from a non-template class which is used to hold members and operations not using any template parameters. @@ -83,8 +89,8 @@ Mon Sep 13 13:18:33 2004 Gan Deng * examples/BasicSP/BMDisplay/BMDisplay.mpc * examples/BasicSP/EC/EC.mpc - Changed the output stub, servant, and executor library names - for all the components in BasicSP example. The reason is + Changed the output stub, servant, and executor library names + for all the components in BasicSP example. The reason is becasue all the DnC descriptors are tightly coupled with the output library names. I might come back switch this change back since this will conflict with the BasicSP example in @@ -129,11 +135,11 @@ Mon Sep 13 04:20:44 2004 Balachandran Natarajan Removed iorinterceptor and objreftemplate from CIAO_DnC_Server project. No reason to believe that they need thes. This should hopefully remove the warnings in our daily builds. - + * examples/Hello/Sender/Sender_exec.cpp: - Added a simple debug statement. - + Added a simple debug statement. + * performance-tests/Benchmark/Benchmark.mpc: Tried fixing the link errors on the scoreboard. @@ -152,7 +158,7 @@ Mon Sep 13 03:50:08 2004 Balachandran Natarajan * DAnCE/ciao/Servant_Activator.h: Replicated changes to DAnCE. DAnCE testing hasn't been completed - yet. + yet. Sun Sep 12 22:10:38 2004 Balachandran Natarajan @@ -160,7 +166,7 @@ Sun Sep 12 22:10:38 2004 Balachandran Natarajan * CIDLC/ServantSourceGenerator.cpp: Changes to the CIDL which uses the servant and port activators - checked in now. + checked in now. Mon Sep 13 03:00:52 2004 Balachandran Natarajan @@ -173,7 +179,7 @@ Mon Sep 13 03:00:52 2004 Balachandran Natarajan component applications the same activation semantics with DAnCE. This checkin addresses old CIAO. DAnCE and CIDLC changes will come - in soon. + in soon. * ciao/Servant_Activator.cpp: * ciao/Servant_Activator.h: @@ -181,7 +187,7 @@ Mon Sep 13 03:00:52 2004 Balachandran Natarajan New files for facet and consumer activations. We now have a seperate servant activator for facet and consumer ports. The servant activator acts like a factory activating the right port - activators which can create the right servant for every port. + activators which can create the right servant for every port. * ciao/Port_Activator.cpp: * ciao/Port_Activator.h: @@ -189,18 +195,18 @@ Mon Sep 13 03:00:52 2004 Balachandran Natarajan * ciao/Port_Activator_T.h: Concrete port activators for every port. - + * ciao/CCM_Core.mpc: Added the new files for building. - + * ciao/Container_Base.cpp: * ciao/Container_Base.h: * ciao/Container_Base.inl: Changes to the Container to use the above servant activator. The continer creates the servant activator and sets that in the POA - meant for facet and consumers. + meant for facet and consumers. Fri Sep 10 23:08:15 2004 Balachandran Natarajan @@ -243,38 +249,38 @@ Sat Sep 11 03:22:06 2004 Balachandran Natarajan * DAnCE/ciao/Container_Base.h: * DAnCE/ciao/Container_Base.inl: - Made a few changes. They are + Made a few changes. They are . Added a second POA into the container. One of the POA's will host the component and the other POA will host the facet and consumer servants. Obviously the two POA's have different sets of policies. The new POA is primarily targeted to activate - facet and consumer servants on demand. + facet and consumer servants on demand. . Renamed the accessor to the ORB and POA. Made them const - methods + methods + + . Improved documentation and a number of costeic changes. + - . Improved documentation and a number of costeic changes. - - * DAnCE/RepositoryManager/Repository_Manager.cpp: * DAnCE/RepositoryManager/Update_Plan.cpp: * DAnCE/RepositoryManager/Update_Plan.h: BUnch of cosmetic changes to be conformant with ACE+TAI coding - guidelines. - + guidelines. + * DAnCE/ciao/Servant_Impl_Base.cpp: * DAnCE/ciao/Servant_Impl_T.cpp: * ciao/Servant_Impl_Base.cpp: * ciao/Servant_Impl_T.cpp: Fixed simple compilation errors and warnings. - + Thu Sep 9 17:07:59 2004 Jeff Parsons * tests/IDL3/Events/Abstract/Abstract.idl: - + Uncommented IDL testing multiple inheritance of eventtypes. Thu Sep 9 10:30:22 2004 Jeff Parsons @@ -282,7 +288,7 @@ Thu Sep 9 10:30:22 2004 Jeff Parsons * DAnCE/ciao/Container_Base.cpp: * DAnCE/ciao/Container_Base.h: * ciao/Container_Base.cpp: - + Added generate_reference() method to DAnCE version of Container_Base, and fixed ACE_CHECK macro mistake in both versions. @@ -291,7 +297,7 @@ Wed Sep 8 11:52:45 2004 Jeff Parsons * DAnCE/ciao/Servant_Impl_Base.h: * DAnCE/ciao/Servant_Impl_Base.cpp: - + Updated files with changes made to the corresponding files in regular CIAO/ciao. -- cgit v1.2.1