summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2000-08-28 21:15:17 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2000-08-28 21:15:17 +0000
commit546946c305003a4fda54a19af9b5252144d833c7 (patch)
treee1c391d2acf0fa2857f1ee0ad0937c61aa3c43a9
parent26c71c92cb5e6b90cf587615fa8a191abfc2ebb4 (diff)
downloadATCD-546946c305003a4fda54a19af9b5252144d833c7.tar.gz
*** empty log message ***
-rw-r--r--TAO/ChangeLogs/ChangeLog-02a28
1 files changed, 28 insertions, 0 deletions
diff --git a/TAO/ChangeLogs/ChangeLog-02a b/TAO/ChangeLogs/ChangeLog-02a
index 07644406bcc..91639d61655 100644
--- a/TAO/ChangeLogs/ChangeLog-02a
+++ b/TAO/ChangeLogs/ChangeLog-02a
@@ -1,3 +1,31 @@
+Mon Aug 28 14:05:36 2000 Ossama Othman <ossama@uci.edu>
+
+ * orbsvcs/orbsvcs/SSLIOP/SSLIOP_Acceptor.h:
+ * orbsvcs/orbsvcs/SSLIOP/SSLIOP_Acceptor.cpp (init_tcp_properties,
+ open_i):
+
+ Initialize the TCP properties specific to the SSLIOP pluggable
+ protocol.
+
+ * orbsvcs/orbsvcs/SSLIOP/SSLIOP_Connect.h:
+ * orbsvcs/orbsvcs/SSLIOP/SSLIOP_Connect.cpp:
+
+ Added TCP properties argument to the server connection handler
+ constructor. This argument is used to initialize the TCP
+ properties to be used by the SSLIOP pluggable protocol during
+ communication.
+
+ (open):
+
+ Obtain TCP properties from the newly added TCP_Properties
+ structure instead of the corresponding members in
+ TAO_ORB_Parameters.
+
+ * orbsvcs/orbsvcs/SSLIOP/SSLIOP_Factory.cpp:
+
+ Initialize TAO_Protocol_Factory base class with the appropriate
+ protocol tag (TAO_TAG_IIOP_PROFILE).
+
Mon Aug 28 11:49:46 2000 Carlos O'Ryan <coryan@uci.edu>
* orbsvcs/Notify_Service/Makefile: