summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>1999-07-07 20:46:26 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>1999-07-07 20:46:26 +0000
commit49cb8109ee93273d93fdcf663caef2d356fd1f37 (patch)
treeb2b33eaaf399b27e5ff0915788631191786c2bc9
parente7022386c8c26de0b8f061e84282539685856dbd (diff)
downloadATCD-49cb8109ee93273d93fdcf663caef2d356fd1f37.tar.gz
*** empty log message ***
-rw-r--r--TAO/ChangeLog-99c52
1 files changed, 52 insertions, 0 deletions
diff --git a/TAO/ChangeLog-99c b/TAO/ChangeLog-99c
index 4ebb5d6fffd..6b9bae26f32 100644
--- a/TAO/ChangeLog-99c
+++ b/TAO/ChangeLog-99c
@@ -1,3 +1,55 @@
+Wed Jul 7 15:35:24 1999 Ossama Othman <othman@cs.wustl.edu>
+
+ * docs/Options.html:
+
+ Added documentation for the -ORBProtocolFactory option.
+
+ * performance-tests/Cubit/TAO/IDL_Cubit/run_test.pl:
+
+ Changed some print statement to print on stderr so that they get
+ printed before the tests actually run.
+
+ * tao/UIOP_Acceptor.{h,cpp}:
+
+ Added a destructor to aid in post-error rendezvous point clean
+ up.
+
+ * tao/Acceptor_Registry.cpp (~TAO_Acceptor_Registry):
+
+ Added a call to TAO_Acceptor_Registry::close_all () in the
+ TAO_Acceptor_Registry destructor. The call in the destructor
+ shouldn't be necessary since close_all () is already called by
+ the ORB, but it is safer to add the call to the destructor.
+
+ * tao/Acceptor_Registry.cpp (open, open_default):
+ * tao/Connector_Registry.cpp (open):
+
+ Added some useful and/or missing error checks.
+
+ Fixed some memory leaks that may occur when an error occurs.
+
+ * tao/Connector_Registry.cpp (TAO_Connector_Registry):
+
+ Added connectors_ member to the member initializer list.
+
+ * tao/Connector_Registry.cpp (create_profile):
+ * tao/default_resource.cpp (init):
+
+ Explicitly initialized some variables to fix potential
+ "uninitialized variable" warnings.
+
+ * tao/default_resource.cpp:
+
+ Added protocol_factories_ member to TAO_Default_Resource_Factory
+ member initializer list.
+
+ Fixed potential memory leaks due to failed (and unlikely)
+ insertions into the protocol factory set.
+
+ * tao/Resource_Factory.h (TAO_Protocol_Item):
+
+ Minor spelling correction in comment.
+
Wed Jul 7 14:24:08 1999 Carlos O'Ryan <coryan@cs.wustl.edu>
* tao/Makefile: