summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2000-02-25 17:00:13 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2000-02-25 17:00:13 +0000
commit7f3d22937fec59f7107c9ef377b45745abf983d2 (patch)
treec6c12dadbd7d3c314d884546edf2dd4bd64fe204
parent51ee0e2215ae97db30bdb09c92b5054033780d5c (diff)
downloadATCD-7f3d22937fec59f7107c9ef377b45745abf983d2.tar.gz
*** empty log message ***
-rw-r--r--TAO/ChangeLogs/ChangeLog-02a33
1 files changed, 32 insertions, 1 deletions
diff --git a/TAO/ChangeLogs/ChangeLog-02a b/TAO/ChangeLogs/ChangeLog-02a
index 1cb619e18c9..6212c464555 100644
--- a/TAO/ChangeLogs/ChangeLog-02a
+++ b/TAO/ChangeLogs/ChangeLog-02a
@@ -1,3 +1,34 @@
+Fri Feb 25 08:59:59 2000 Ossama Othman <ossama@uci.edu>
+
+ * tao/IIOP_Acceptor.cpp (create_mprofile, open_default):
+
+ Fixed support for hosts with multiple network interfaces. A
+ profile will be created for each endpoint created on each
+ network interface. The loopback interface will be excluded,
+ unless it is the only interface.
+
+ (endpoint_count, open, open_i):
+
+ Additional minor changes to accomodate the new multi-homed host
+ support.
+
+ * tao/IIOP_Acceptor.h (TAO_IIOP_Acceptor):
+
+ Changes in member variables necessary to support multi-homed
+ hosts (e.g. change from variable to an array, etc).
+
+ * tao/IIOP_Acceptor.i (address):
+
+ Return the first addr in the array of ACE_INET_Addrs. This is
+ a temporary hack. Only the Implementation Repository uses this
+ method. The Implementation Repository will have to start
+ supporting IORs with multiple profiles. For now, we just return
+ the first addr.
+
+ * tao/Makefile.am:
+
+ Updated dependencies.
+
Fri Feb 25 10:45:48 2000 Jeff Parsons <parsons@cs.wustl.edu>
* TAO_IDL/include/idl_global.h:
@@ -57,7 +88,7 @@ Thu Feb 24 16:25:04 2000 Yamuna Krishnamurthy <yamuna@cs.wustl.edu>
* orbsvcs/tests/AVStreams/mpeg/source/mpeg_server/vs.cpp:
Fixed compile errors on RedHat Linux platform. Thanks to Sandeep
Adwankar <adwankar@rsch.comm.mot.com> for pointing this out.
-
+
Thu Feb 24 10:49:32 2000 Ossama Othman <ossama@uci.edu>
* tao/ORB_Core.cpp (init):