summaryrefslogtreecommitdiff
path: root/TAO/tests/NestedUpcall/Triangle_Test/Object_B_i.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/NestedUpcall/Triangle_Test/Object_B_i.cpp')
-rw-r--r--TAO/tests/NestedUpcall/Triangle_Test/Object_B_i.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/TAO/tests/NestedUpcall/Triangle_Test/Object_B_i.cpp b/TAO/tests/NestedUpcall/Triangle_Test/Object_B_i.cpp
index 6d2b87560d5..5b21ce7dc82 100644
--- a/TAO/tests/NestedUpcall/Triangle_Test/Object_B_i.cpp
+++ b/TAO/tests/NestedUpcall/Triangle_Test/Object_B_i.cpp
@@ -46,8 +46,7 @@ Object_B_i::foo (Object_A_ptr theObject_A_ptr
ACE_DEBUG ((LM_DEBUG,
"(%P|%t) BEGIN Object_B_i::foo: Trying to call Object A\n"));
- theObject_A_ptr->finish (ACE_ENV_SINGLE_ARG_PARAMETER);
- ACE_TRY_CHECK;
+ theObject_A_ptr->finish ();
// Start to wait on this variable, it is set to true
// by the method finish ()