summaryrefslogtreecommitdiff
path: root/TAO
diff options
context:
space:
mode:
authorcoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-09-22 23:26:07 +0000
committercoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-09-22 23:26:07 +0000
commitd684ef92335832c81aecf9191cb91766dc2ff115 (patch)
tree2c1d69e9f94c30703b40820429a6ccf56518f0d9 /TAO
parentc11001b88de14a213c0fd200277916a5adc78ea2 (diff)
downloadATCD-d684ef92335832c81aecf9191cb91766dc2ff115.tar.gz
ChangeLogTag:Tue Sep 22 18:19:42 1998 Carlos O'Ryan <coryan@cs.wustl.edu>
Diffstat (limited to 'TAO')
-rw-r--r--TAO/ChangeLog-98c16
-rw-r--r--TAO/TAO_IDL/util/utl_scope.cpp2
-rw-r--r--TAO/docs/configurations.html4
-rw-r--r--TAO/docs/releasenotes/TODO.html5
-rw-r--r--TAO/tao/IIOP_Object.cpp1
5 files changed, 26 insertions, 2 deletions
diff --git a/TAO/ChangeLog-98c b/TAO/ChangeLog-98c
index 18ac63dd1d3..8e8a41458bc 100644
--- a/TAO/ChangeLog-98c
+++ b/TAO/ChangeLog-98c
@@ -1,3 +1,19 @@
+Tue Sep 22 18:19:42 1998 Carlos O'Ryan <coryan@cs.wustl.edu>
+
+ * tao/IIOP_Object.cpp:
+ Fixed unreachable statement warning: this was an excellent
+ warning because the semantics were broken.
+
+ * TAO_IDL/util/utl_scope.cpp:
+ Removed unused variable.
+
+ * docs/releasenotes/TODO.html:
+ Added brief note about a (potential) EC bug.
+
+ * docs/configurations.html:
+ Added more documentation about the use of dotted decimal
+ addresses to work in platforms without a DNS server.
+
Tue Sep 22 18:03:13 1998 Carlos O'Ryan <coryan@cs.wustl.edu>
* examples/Simple/chat/Client_i.h:
diff --git a/TAO/TAO_IDL/util/utl_scope.cpp b/TAO/TAO_IDL/util/utl_scope.cpp
index a44ffaedd0f..63176110668 100644
--- a/TAO/TAO_IDL/util/utl_scope.cpp
+++ b/TAO/TAO_IDL/util/utl_scope.cpp
@@ -89,10 +89,8 @@ static long
is_global_name(Identifier *i)
{
long comp_result = 0;
- char *s;
if (i == NULL) return comp_result;
- s = i->get_string();
if (_global_scope_name == NULL)
_global_scope_name = new Identifier("::", 1, 0, I_FALSE);
diff --git a/TAO/docs/configurations.html b/TAO/docs/configurations.html
index a7075551b4c..310f39f3151 100644
--- a/TAO/docs/configurations.html
+++ b/TAO/docs/configurations.html
@@ -492,6 +492,10 @@ NAME="multiorb-tpool"></A> (Not yet implemented.)
the ORB will avoid the use of hostnames in the profiles it
generates,
thus clients don't need to do any name resolution.
+ The compile-time define
+ <CODE>TAO_USES_DOTTED_DECIMAL_ADDRESES</CODE>
+ in <CODE>$TAO_ROOT/tao/orbconf.h</CODE> to make this the
+ default behavior.
</P>
</LI>
</UL>
diff --git a/TAO/docs/releasenotes/TODO.html b/TAO/docs/releasenotes/TODO.html
index 8bb6285d2b0..f82bec43679 100644
--- a/TAO/docs/releasenotes/TODO.html
+++ b/TAO/docs/releasenotes/TODO.html
@@ -610,6 +610,11 @@ class Foo {
</P>
</LI>
+ <LI><B>EC:</B> If a Supplier disconnects while it has consumers
+ registered for it's Supplier_ID, the consumers are not
+ connected again even if the supplier reconnects.
+ <P></LI>
+
<!-- Things below this point are "big" tasks" that -->
<!-- could require major work -->
diff --git a/TAO/tao/IIOP_Object.cpp b/TAO/tao/IIOP_Object.cpp
index b00ead1c4c3..c91412c6608 100644
--- a/TAO/tao/IIOP_Object.cpp
+++ b/TAO/tao/IIOP_Object.cpp
@@ -625,6 +625,7 @@ IIOP_Object::do_static_call (CORBA::Environment &env,
// Start the call by constructing the request message header.
call.start (env);
ACE_TIMEPROBE (TAO_IIOP_OBJECT_DO_STATIC_CALL_INVOCATION_START);
+ if (env.exception () != 0)
{
ACE_MT (ACE_GUARD (ACE_Lock,
guard,