summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>1999-07-10 03:23:47 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>1999-07-10 03:23:47 +0000
commitc2deadeec8d86c060a75fa51c153d48676e99b05 (patch)
tree5707676d6a488bf83ec903745aed64996397fb86
parent73ea7db0c10cacfec8e1efb9e88b893a35693005 (diff)
downloadATCD-c2deadeec8d86c060a75fa51c153d48676e99b05.tar.gz
*** empty log message ***
-rw-r--r--TAO/ChangeLog-99c25
1 files changed, 25 insertions, 0 deletions
diff --git a/TAO/ChangeLog-99c b/TAO/ChangeLog-99c
index 1aa4f169940..b87ba07a2dd 100644
--- a/TAO/ChangeLog-99c
+++ b/TAO/ChangeLog-99c
@@ -1,3 +1,28 @@
+Fri Jul 9 19:12:14 1999 Ossama Othman <othman@cs.wustl.edu>
+
+ * tao/UIOP_Acceptor.{h,cpp} (open_i, rendezvous_point):
+ * tao/UIOP_Profile.{h,cpp}:
+
+ Moved the rendezvous point verification method to the UIOP
+ acceptor since it is the acceptor that should verify the
+ rendezvous point. Previously, the rendezvous point was checked
+ on the client only when URL style object references were being
+ used. That behavior was incorrect.
+
+ * tao/Acceptor_Registry.cpp (open):
+
+ Comment updates.
+
+ * tao/IIOP_Connector.cpp (preconnect):
+
+ Updated default preconnect port to be 683 instead of 9999 since
+ the default port for CORBA 3 will be 683, as assigned by the
+ IANA.
+
+ * tao/IIOP_Profile.cpp (parse_string):
+
+ Updated some brittle code and added some additional error checks.
+
Fri Jul 9 21:50:00 1999 Michael Kircher <mk1@cs.wustl.edu>
* TAO_IDL/be/be_visitor_argument/ami_handler_vardecl_cs.cpp: