summaryrefslogtreecommitdiff
path: root/TAO/ChangeLog-99c
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/ChangeLog-99c')
-rw-r--r--TAO/ChangeLog-99c18
1 files changed, 18 insertions, 0 deletions
diff --git a/TAO/ChangeLog-99c b/TAO/ChangeLog-99c
index ddb182ef5ec..7c2fdbdeb30 100644
--- a/TAO/ChangeLog-99c
+++ b/TAO/ChangeLog-99c
@@ -1,3 +1,21 @@
+Wed Aug 25 22:31:34 1999 Carlos O'Ryan <coryan@cs.wustl.edu>
+
+ * tao/ORB.h:
+ * tao/ORB.i:
+ * tao/ORB.cpp:
+ Eliminated cached references to the Naming, Trading and ImplRepo
+ because otherwise doing resolve_initial_references() after the
+ server restarts does not return the new IOR.
+ Also removed the place holders for the scheduling and event
+ services that were not used at all and now can be replaced by
+ the -ORBInitRef option.
+
+ * tao/ORB_Core.h:
+ * tao/ORB_Core.cpp:
+ Moved the open() and create_stub_object() methods from the ORB
+ class to the ORB_Core class, this is their natural location and
+ eliminate cross calls between them.
+
Wed Aug 25 18:18:04 1999 Carlos O'Ryan <coryan@cs.wustl.edu>
* orbsvcs/orbsvcs/AV/Endpoint_Strategy.cpp: