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.cpp4
1 files changed, 2 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 b7efa50682b..49c5912f341 100644
--- a/TAO/tests/NestedUpcall/Triangle_Test/Object_B_i.cpp
+++ b/TAO/tests/NestedUpcall/Triangle_Test/Object_B_i.cpp
@@ -35,7 +35,7 @@ Object_B_i::~Object_B_i (void)
void
-Object_B_i::foo (Object_A_ptr object_A_ptr,
+Object_B_i::foo (Object_A_ptr theObject_A_ptr,
CORBA::Environment &ACE_TRY_ENV)
ACE_THROW_SPEC ((CORBA::SystemException))
{
@@ -48,7 +48,7 @@ Object_B_i::foo (Object_A_ptr object_A_ptr,
ACE_DEBUG ((LM_DEBUG,
"(%P|%t) BEGIN Object_B_i::foo: Trying to call Object A\n"));
- object_A_ptr->finish (ACE_TRY_ENV);
+ theObject_A_ptr->finish (ACE_TRY_ENV);
ACE_TRY_CHECK;
// Start to wait on this variable, it is set to true