summaryrefslogtreecommitdiff
path: root/tests/ForwardOnceUponException/test_i.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ForwardOnceUponException/test_i.cpp')
-rwxr-xr-xtests/ForwardOnceUponException/test_i.cpp7
1 files changed, 3 insertions, 4 deletions
diff --git a/tests/ForwardOnceUponException/test_i.cpp b/tests/ForwardOnceUponException/test_i.cpp
index e899da4f4b4..e139a027d6c 100755
--- a/tests/ForwardOnceUponException/test_i.cpp
+++ b/tests/ForwardOnceUponException/test_i.cpp
@@ -6,7 +6,6 @@
#include "test_i.inl"
#endif /* __ACE_INLINE__ */
-ACE_RCSID(ForwardOnceUponException, test_i, "$Id$")
extern int raise_exception;
CORBA::Boolean
@@ -19,19 +18,19 @@ Simple_Server_i::test_is_a (const char * /* type */)
//ACE_DEBUG ((LM_DEBUG, "(%P|%t) test_is_a called %d and raise OBJECT_NOT_EXIST\n", ncalls_));
throw ::CORBA::OBJECT_NOT_EXIST ();
}
-
+
if ((raise_exception & TAO::FOE_COMM_FAILURE) == TAO::FOE_COMM_FAILURE)
{
//ACE_DEBUG ((LM_DEBUG, "(%P|%t) test_is_a called %d and raise COMM_FAILURE\n", ncalls_));
throw ::CORBA::COMM_FAILURE ();
}
-
+
if ((raise_exception & TAO::FOE_TRANSIENT) == TAO::FOE_TRANSIENT)
{
//ACE_DEBUG ((LM_DEBUG, "(%P|%t) test_is_a called %d and raise TRANSIENT\n", ncalls_));
throw ::CORBA::TRANSIENT ();
}
-
+
if ((raise_exception & TAO::FOE_INV_OBJREF) == TAO::FOE_INV_OBJREF)
{
//ACE_DEBUG ((LM_DEBUG, "(%P|%t) test_is_a called %d and raise INV_OBJREF\n", ncalls_));