summaryrefslogtreecommitdiff
path: root/TAO/ChangeLogs/ChangeLog-02a
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/ChangeLogs/ChangeLog-02a')
-rw-r--r--TAO/ChangeLogs/ChangeLog-02a69
1 files changed, 69 insertions, 0 deletions
diff --git a/TAO/ChangeLogs/ChangeLog-02a b/TAO/ChangeLogs/ChangeLog-02a
index 2b346666e67..2c66572d9b0 100644
--- a/TAO/ChangeLogs/ChangeLog-02a
+++ b/TAO/ChangeLogs/ChangeLog-02a
@@ -1,3 +1,72 @@
+Mon Feb 05 11:53:56 2001 Ossama Othman <ossama@uci.edu>
+
+ * tao/PortableInterceptor.pidl:
+ Removed backslashes from comments. Some compilers cannot handle
+ them.
+
+ * tao/Interceptor_List.cpp (add_interceptor):
+
+ Removed comment about duplicating the interceptor reference
+ passed in to the method. The code does the right thing by
+ duplicating the reference.
+
+ * tao/ORB_Core.cpp (create_stub_object):
+
+ Removed useless call to TAO_Profile::the_stub(). It sets the
+ TAO_Stub pointer associated with the profile, yet the stub hasn't
+ been initialized at this point in the code. The stub pointer is
+ set in each profile in the TAO_Stub constructor anyway.
+
+ (init):
+
+ Added missing ACE_CHECK_RETURN after call to RT_ORB_init().
+
+ * tao/Profile.i (TAO_Profile):
+
+ Initialize the stub_ pointer member to zero in the base member
+ initializer list. Previously it was not initialized.
+
+ * orbsvcs/orbsvcs/Naming/Naming_Loader.cpp (init):
+
+ Added missing ACE_TRY_CHECK after call to ORB_init().
+
+ * orbsvcs/orbsvcs/Trader/Trading_Loader.cpp (TAO_Trading_Loader):
+
+ Fallback on IP address if hostname lookup fails.
+
+ (init):
+
+ Fixed mismatched ACE_CHECK_RETURN inside ACE_TRY block.
+ ACE_TRY_CHECK is the proper macro.
+
+ (bootstrap_to_federation):
+
+ Added missing CORBA::Environment argument and the accompanying
+ ACE_CHECK_RETURN to the resolve_initial_references() call.
+
+ * tests/Portable_Interceptors/Benchmark/Client_ORBInitializer.cpp
+ (post_init):
+ * tests/Portable_Interceptors/Benchmark/Server_ORBInitializer.cpp
+ (post_init):
+ * tests/Portable_Interceptors/Benchmark/interceptors.cpp:
+ * tests/Portable_Interceptors/Dynamic/interceptors.cpp:
+ * tests/Portable_Interceptors/Dynamic/client.cpp (main):
+
+ Fixed memory leaks.
+
+ Added missing ACE_CHECKs.
+
+ * tests/Portable_Interceptors/Dynamic/server.cpp (main):
+
+ Added missing ACE_TRY_CHECKs.
+
+ Fixed mismatched use of ACE_CHECK_RETURN within an ACE_TRY
+ block.
+
+ * tests/Portable_Interceptors/IORInterceptor/FOO_ClientRequestInterceptor.h:
+
+ Corrected class description.
+
Mon Feb 5 09:12:00 2001 Ossama Othman <ossama@uci.edu>
* docs/Options.html: