summaryrefslogtreecommitdiff
path: root/TAO/tao/Any.cpp
diff options
context:
space:
mode:
authorcoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-03-16 23:21:34 +0000
committercoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-03-16 23:21:34 +0000
commitab92e52aafe3fbe604bd5b78d0a9f19a191084af (patch)
treeb930e46838c6eb14767765b8a3336d652dc67e44 /TAO/tao/Any.cpp
parentf622d6c5b2e2b0a2c41deb42da3936bccedf1fc7 (diff)
downloadATCD-ab92e52aafe3fbe604bd5b78d0a9f19a191084af.tar.gz
ChangeLogTag:Thu Mar 16 17:16:53 2000 Carlos O'Ryan <coryan@cs.wustl.edu>non_interpretive
Diffstat (limited to 'TAO/tao/Any.cpp')
-rw-r--r--TAO/tao/Any.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/Any.cpp b/TAO/tao/Any.cpp
index 16fb1b2f369..1cfebf5c304 100644
--- a/TAO/tao/Any.cpp
+++ b/TAO/tao/Any.cpp
@@ -1615,11 +1615,11 @@ operator>> (TAO_InputCDR &cdr,
// Skip over the next aregument.
CORBA::TypeCode::traverse_status status =
cdr.skip (tc.in (), ACE_TRY_ENV);
- ACE_CHECK;
+ ACE_TRY_CHECK;
if (status != CORBA::TypeCode::TRAVERSE_CONTINUE)
{
- ACE_THROW (CORBA::MARSHAL ());
+ return 0;
}
// This will be the end of the new message block.