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.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/tests/NestedUpcall/Triangle_Test/Object_B_i.cpp b/TAO/tests/NestedUpcall/Triangle_Test/Object_B_i.cpp
index 49c5912f341..94654d06bd5 100644
--- a/TAO/tests/NestedUpcall/Triangle_Test/Object_B_i.cpp
+++ b/TAO/tests/NestedUpcall/Triangle_Test/Object_B_i.cpp
@@ -35,8 +35,8 @@ Object_B_i::~Object_B_i (void)
void
-Object_B_i::foo (Object_A_ptr theObject_A_ptr,
- CORBA::Environment &ACE_TRY_ENV)
+Object_B_i::foo (Object_A_ptr theObject_A_ptr
+ TAO_ENV_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
ACE_DEBUG ((LM_DEBUG,
@@ -48,7 +48,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_TRY_ENV);
+ theObject_A_ptr->finish (TAO_ENV_SINGLE_ARG_PARAMETER);
ACE_TRY_CHECK;
// Start to wait on this variable, it is set to true