summaryrefslogtreecommitdiff
path: root/TAO/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/ChangeLog')
-rw-r--r--TAO/ChangeLog18
1 files changed, 18 insertions, 0 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index bbc8a311d01..cf9b238b81c 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,21 @@
+Tue Dec 21 12:37:42 2004 Chad Elliott <elliott_c@ociweb.com>
+
+ * orbsvcs/ImplRepo_Service/Activator_Options.h:
+ * orbsvcs/ImplRepo_Service/Activator_Options.cpp:
+ * orbsvcs/ImplRepo_Service/ImR_Activator_i.cpp:
+ * orbsvcs/ImplRepo_Service/ImR_Locator_i.cpp:
+ * orbsvcs/ImplRepo_Service/Locator_Options.h:
+ * orbsvcs/ImplRepo_Service/Locator_Options.cpp:
+
+ Due to some peculiarity of gcc 2.95.3, I have changed the cmdline
+ methods to return const char* instead of const ACE_CString&. This
+ alleviates a core dump.
+
+ * orbsvcs/examples/ImR/Combined_Service/start_all.conf:
+
+ Start the locator on localhost only as that is all that is
+ necessary.
+
Tue Dec 21 09:49:50 2004 Chad Elliott <elliott_c@ociweb.com>
* orbsvcs/orbsvcs/Notify/EventTypeSeq.cpp: