summaryrefslogtreecommitdiff
path: root/TAO/tao/Invocation.cpp
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-08-01 18:34:04 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-08-01 18:34:04 +0000
commitce8dfbcc6ee9cf5a6b48752bc35a686f08da6441 (patch)
treed01ed90a1418753e29f8b6f2c432445aaa31b3ee /TAO/tao/Invocation.cpp
parent80698f6dc69430e5d7b56b6b6c8743ac056234a2 (diff)
downloadATCD-ce8dfbcc6ee9cf5a6b48752bc35a686f08da6441.tar.gz
ChangeLogTag: Wed Aug 1 13:15:10 2001 Jeff Parsons <parsons@cs.wustl.edu>
Diffstat (limited to 'TAO/tao/Invocation.cpp')
-rw-r--r--TAO/tao/Invocation.cpp6
1 files changed, 1 insertions, 5 deletions
diff --git a/TAO/tao/Invocation.cpp b/TAO/tao/Invocation.cpp
index 2b63e7da11a..4a1a3d020e7 100644
--- a/TAO/tao/Invocation.cpp
+++ b/TAO/tao/Invocation.cpp
@@ -844,11 +844,7 @@ TAO_GIOP_Twoway_Invocation::invoke (TAO_Exception_Data *excepts,
for (CORBA::ULong i = 0; i < except_count; ++i)
{
- CORBA::TypeCode_ptr tcp = excepts[i].tc;
- const char *xid = tcp->id (ACE_TRY_ENV);
- ACE_CHECK_RETURN (TAO_INVOKE_EXCEPTION);
-
- if (ACE_OS::strcmp (buf.in (), xid) != 0)
+ if (ACE_OS::strcmp (buf.in (), excepts[i].id) != 0)
{
continue;
}