summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfredk <fredk@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-06-08 05:21:59 +0000
committerfredk <fredk@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-06-08 05:21:59 +0000
commitee50dcd5b31c1ec1404a2a9576488238c9204163 (patch)
treee4b6c62e1ee04cf899fcaba1d4a49d581905eae6
parent4dd217472a51b3c90b24cce18cceea1de2a7c3e3 (diff)
downloadATCD-ee50dcd5b31c1ec1404a2a9576488238c9204163.tar.gz
*** empty log message ***
-rw-r--r--TAO/ChangeLog-99c40
1 files changed, 40 insertions, 0 deletions
diff --git a/TAO/ChangeLog-99c b/TAO/ChangeLog-99c
index bc7175245a8..be522a44505 100644
--- a/TAO/ChangeLog-99c
+++ b/TAO/ChangeLog-99c
@@ -1,3 +1,43 @@
+Tue Jun 8 00:19:02 1999 Fred Kuhns <fredk@cs.wustl.edu>
+ * Files modified:
+ Acceptor_Registry.cpp, Acceptor_Registry.h,
+ Connector_Registry.cpp, Connector_Registry.h,
+ IIOP_Acceptor.cpp, IIOP_Connector.cpp, IIOP_Connector.h,
+ IIOP_Profile.cpp, IIOP_Profile.h, IIOP_Profile.i,
+ Invocation.cpp, ORB.cpp, ORB_Core.cpp, Object.cpp,
+ Pluggable.cpp, Pluggable.h, UIOP_Acceptor.cpp,
+ UIOP_Connector.cpp, UIOP_Profile.cpp, UIOP_Profile.h,
+ UIOP_Profile.i, UIOP_Transport.h
+
+ * Changed the interface to Connector_Registry. Altered connect
+ () method to accept profiles rather than a Stub Object
+ pointer.
+
+ * Acceptor_Registry - comments updates
+
+ * IIOP_Acceptor - Comments and fixed is_collocated to use the
+ cached copy of the local address.
+
+ * IIOP_Connector - comments and fixed use of profile->addr_to_string
+
+ * IIOP_Profile - comments, changes add_to_string to accept a buffer.
+ changed _key () to be _key (void),
+ removed use of body_ (CDR stream).
+
+ * Invocation - comments and fixed use of connector_registry->connect ()
+
+ * ORB.cpp - comments and fixed use of profile->_key () to not
+ include ENV.
+
+ * ORB_Core - comments
+
+ * Pluggable - comments and fixed TAO_XX_Profile::addr_to_string ()
+ to include a buffer, alsoc TAO_XX_Profile::_key () to not include
+ ENV.
+
+ * UIOP_{Acceptor,Connector,Profile,Transport} - comments and also
+ UIOP_Profile::_key() and UIOP_Profile::addr_to_string.
+
Tue Jun 8 00:09:10 1999 Carlos O'Ryan <coryan@cs.wustl.edu>
* tests/MT_Client/run_test.pl: