summaryrefslogtreecommitdiff
path: root/TAO/tests/Smart_Proxies/Collocation/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Smart_Proxies/Collocation/main.cpp')
-rw-r--r--TAO/tests/Smart_Proxies/Collocation/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tests/Smart_Proxies/Collocation/main.cpp b/TAO/tests/Smart_Proxies/Collocation/main.cpp
index 84ce376b7fc..71ff66d922a 100644
--- a/TAO/tests/Smart_Proxies/Collocation/main.cpp
+++ b/TAO/tests/Smart_Proxies/Collocation/main.cpp
@@ -12,10 +12,10 @@ int main (int argc, char *argv[])
ACE_TRY_NEW_ENV
{
- coll_test.init (argc, argv, ACE_TRY_ENV);
+ coll_test.init (argc, argv TAO_ENV_ARG_PARAMETER);
ACE_TRY_CHECK;
- coll_test.run (ACE_TRY_ENV);
+ coll_test.run (TAO_ENV_SINGLE_ARG_PARAMETER);
ACE_TRY_CHECK;
}
ACE_CATCHANY