summaryrefslogtreecommitdiff
path: root/TAO/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/ChangeLog')
-rw-r--r--TAO/ChangeLog31
1 files changed, 30 insertions, 1 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index 93e63250f04..f56b0bef5f0 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,32 @@
+Fri Nov 28 11:36:06 2003 Dale Wilson <wilson_d@ociweb.com>
+
+ * orbsvcs/tests/FT_App/demo.pl:
+ Rename this to be....
+ * orbsvcs/tests/FT_App/run_test_demo.pl:
+ ...new name. It's still a "full" test.
+
+ * orbsvcs/orbsvcs/PortableGroup/PG_Typeid_Properties_Map.h:
+ * orbsvcs/orbsvcs/PortableGroup/PG_Typeid_Properties_Map.cpp:
+ Rename these to be PG_Properties_Support.*
+
+ * orbsvcs/orbsvcs/PortableGroup/PG_Properties_Support.h:
+ * orbsvcs/orbsvcs/PortableGroup/PG_Properties_Support.cpp:
+ Expand properties map into support for PropertiesManager interface.
+
+ * orbsvcs/FT_ReplicationManager/FT_ReplicationManager.h:
+ * orbsvcs/FT_ReplicationManager/FT_ReplicationManager.cpp:
+ Use new PG_Properties_Support class to manage properties.
+
+ * orbsvcs/orbsvcs/PortableGroup/PG_Properties_Decoder.h:
+ * orbsvcs/orbsvcs/PortableGroup/PG_Properties_Decoder.cpp:
+ Add "internals_" mutex.
+
+ * orbsvcs/orbsvcs/PortableGroup/PG_Object_Group.h:
+ * orbsvcs/orbsvcs/PortableGroup/PG_Object_Group.cpp:
+ Documentation change.
+
+
+
Fri Nov 28 08:33:56 2003 Dale Wilson <wilson_d@ociweb.com>
* orbsvcs/orbsvcs/PortableGroup/PG_Properties_Decoder.cpp:
@@ -9,7 +38,7 @@ Wed Nov 26 19:20:54 2003 Dale Wilson <wilson_d@ociweb.com>
* orbsvcs/orbsvcs/PortableGroup/PG_Properties_Decoder.h:
* orbsvcs/orbsvcs/PortableGroup/PG_Properties_Decoder.cpp:
- Enhance Properties_Decoder to provide everything necessary
+ Enhance Properties_Decoder to provide functions
to implement the PropertyManager interface.
--the name is no longer ideal.