summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2000-05-15 22:48:41 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2000-05-15 22:48:41 +0000
commit1b4650f2c74f17a5bd3b929ee28c8be1d0f91c4d (patch)
treea72849f282aa51e7344d957b392c531034546d0e
parent523c1fac04b4cdc8faeae18e6ea7a486f3866a99 (diff)
downloadATCD-1b4650f2c74f17a5bd3b929ee28c8be1d0f91c4d.tar.gz
*** empty log message ***
-rw-r--r--TAO/ChangeLogs/ChangeLog-02a16
1 files changed, 15 insertions, 1 deletions
diff --git a/TAO/ChangeLogs/ChangeLog-02a b/TAO/ChangeLogs/ChangeLog-02a
index 9106293e8f2..150239898ee 100644
--- a/TAO/ChangeLogs/ChangeLog-02a
+++ b/TAO/ChangeLogs/ChangeLog-02a
@@ -1,3 +1,18 @@
+Mon May 15 15:40:46 2000 Ossama Othman <ossama@uci.edu>
+
+ * tao/IIOP_Connect.cpp (open):
+ * tao/SHMIOP_Connect.cpp (open):
+
+ Moved the call to addr_to_string() inside the debug level
+ conditional block. The call is only used to stringify the
+ address of the connected client or the server the client is
+ connected to for debugging purposes.
+
+ * tao/UIOP_Connect.cpp (open, handle_close, handle_close_i):
+
+ UNICODE related updates. Wrap debugging messages within
+ ACE_TEXT macro.
+
Mon May 15 14:43:23 2000 Priyanka Gontla <pgontla@ece.uci.edu>
* TAO_IDL/be/be_visitor_exception/exception_ch.cpp
@@ -830,7 +845,6 @@ Tue May 9 20:01:41 2000 Ossama Othman <ossama@uci.edu>
* tao/Profile.h (TAO_Profile):
* tao/Resource_Factory.h (TAO_Protocol_Item):
-
Declared the copy constructor and the assignment operator to be
private and unimplemented.