summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbala <balanatarajan@users.noreply.github.com>2001-03-23 13:26:07 +0000
committerbala <balanatarajan@users.noreply.github.com>2001-03-23 13:26:07 +0000
commit4d37df92480749c39cd231607c320172f01b6ba5 (patch)
tree5c983dde18c742f724dc444ff98a5bed9bbd3afb
parent69e7b16ac43dd9d7f72fe71f06a561d566110d75 (diff)
downloadATCD-4d37df92480749c39cd231607c320172f01b6ba5.tar.gz
ChangeLogTag: Fri Mar 23 06:44:12 2001 Balachandran Natarajan <bala@cs.wustl.edu>
-rw-r--r--TAO/tests/POA/Excessive_Object_Deactivations/Excessive_Object_Deactivations.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tests/POA/Excessive_Object_Deactivations/Excessive_Object_Deactivations.cpp b/TAO/tests/POA/Excessive_Object_Deactivations/Excessive_Object_Deactivations.cpp
index 66feba099ac..6b11ef81265 100644
--- a/TAO/tests/POA/Excessive_Object_Deactivations/Excessive_Object_Deactivations.cpp
+++ b/TAO/tests/POA/Excessive_Object_Deactivations/Excessive_Object_Deactivations.cpp
@@ -213,14 +213,14 @@ main (int argc, char **argv)
ACE_TRY_ENV);
ACE_TRY_CHECK;
- test_object_deactivation (root_poa,
+ test_object_deactivation (root_poa.in (),
id.in (),
ACE_TRY_ENV);
ACE_TRY_CHECK;
id = PortableServer::string_to_ObjectId ("good id");
- test_object_deactivation (child_poa,
+ test_object_deactivation (child_poa.in (),
id.in (),
ACE_TRY_ENV);
ACE_TRY_CHECK;