summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjai <jai@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2005-03-17 16:22:50 +0000
committerjai <jai@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2005-03-17 16:22:50 +0000
commitca806a5e8244ac487b453161093ccb54cb8120e5 (patch)
tree3418a65adca6ad294d03c8aba94c03310072c3bb
parentfd71dc4597cf07847c5d6f8ee64d28e8e2ef4e62 (diff)
downloadATCD-ca806a5e8244ac487b453161093ccb54cb8120e5.tar.gz
*** empty log message ***
-rw-r--r--TAO/CIAO/DAnCE/ChangeLog25
1 files changed, 24 insertions, 1 deletions
diff --git a/TAO/CIAO/DAnCE/ChangeLog b/TAO/CIAO/DAnCE/ChangeLog
index e6e0f9972f5..168925a9b18 100644
--- a/TAO/CIAO/DAnCE/ChangeLog
+++ b/TAO/CIAO/DAnCE/ChangeLog
@@ -1,8 +1,21 @@
+Wed Mar 16 15:24:09 2005 Jaiganesh B <jai@dre.vanderbilt.edu>
+
+ * ciao/Container_Base.cpp:
+ * ciao/Container_Base.h:
+ * ciao/Servant_Impl_Base.cpp:
+ * ciao/Servant_Impl_Base.h:
+ * ciao/Swapping_Container.cpp:
+ * ciao/Swapping_Container.h:
+
+ Added capabilities within the infrastruture to deactivate
+ facets within a component, when the component is about
+ to be uninstalled.
+
Wed Mar 16 12:39:21 2005 Jeff Parsons <j.parsons@vanderbilt.edu>
* ciao/UpgradeableContext.idl:
* ciao/Upgradeable_Context_Impl_T.h:
-
+
Added Components::InvalidName and Components::InvalidConnection
exceptions to the exception list of the get_registered_consumers()
operation. The actual implementation of this operation,
@@ -10,6 +23,16 @@ Wed Mar 16 12:39:21 2005 Jeff Parsons <j.parsons@vanderbilt.edu>
null publisher name argument, corrupt table of consumers,
or a failed narrow from the result of a table lookup.
+Thu Mar 12 10:20:17 2005 Jaiganesh B <jai@dre.vanderbilt.edu>
+
+ * ciao/UpgradeableContext.idl:
+ * ciao/Upgradeable_Context_Impl_T.h:
+ * ciao/Upgradeable_Context_Impl_T.cpp:
+
+ Added a context class for the components that
+ can be upgraded or dynamically swapped with new
+ implementations.
+
Fri Mar 11 16:46:17 2005 Jaiganesh B <jai@dre.vanderbilt.edu>
* ciao/Swapping_Servant_Home_Impl_Base.cpp: