summaryrefslogtreecommitdiff
path: root/TAO/tao/CurrentC.cpp
diff options
context:
space:
mode:
authorcoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-06-25 19:38:29 +0000
committercoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-06-25 19:38:29 +0000
commit86cb8acb6e86dd30a6528b59132beb771dd56cc2 (patch)
treee50dabdf4721e01339edc0dce4406d661c0b9b7e /TAO/tao/CurrentC.cpp
parent998da65a13de6133f9bfa4d492e1765190e7bb86 (diff)
downloadATCD-86cb8acb6e86dd30a6528b59132beb771dd56cc2.tar.gz
ChangeLogTag:Fri Jun 25 14:28:59 1999 Carlos O'Ryan <coryan@cs.wustl.edu>
Diffstat (limited to 'TAO/tao/CurrentC.cpp')
-rw-r--r--TAO/tao/CurrentC.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/TAO/tao/CurrentC.cpp b/TAO/tao/CurrentC.cpp
index 9beb6cc3b0b..76e1e8aba99 100644
--- a/TAO/tao/CurrentC.cpp
+++ b/TAO/tao/CurrentC.cpp
@@ -111,12 +111,11 @@ CORBA::Boolean operator>>= (const CORBA::Any &_tao_any, CORBA_Current_ptr &_tao_
ACE_TRY_ENV);
ACE_TRY_CHECK;
}
- return 1;
}
ACE_CATCHANY
{
return 0;
}
ACE_ENDTRY;
- ACE_CHECK_RETURN (0);
+ return 1;
}