summaryrefslogtreecommitdiff
path: root/TAO/tests/Smart_Proxies/Smart_Proxy_Impl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Smart_Proxies/Smart_Proxy_Impl.cpp')
-rw-r--r--TAO/tests/Smart_Proxies/Smart_Proxy_Impl.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/tests/Smart_Proxies/Smart_Proxy_Impl.cpp b/TAO/tests/Smart_Proxies/Smart_Proxy_Impl.cpp
index 996a0e588d4..b49a86973b1 100644
--- a/TAO/tests/Smart_Proxies/Smart_Proxy_Impl.cpp
+++ b/TAO/tests/Smart_Proxies/Smart_Proxy_Impl.cpp
@@ -10,7 +10,7 @@ Smart_Test_Factory::Smart_Test_Factory (void)
Test_ptr
Smart_Test_Factory::create_proxy (Test_ptr proxy
- TAO_ENV_ARG_DECL_NOT_USED)
+ ACE_ENV_ARG_DECL_NOT_USED)
{
ACE_DEBUG ((LM_DEBUG,
"create_smart_proxy\n"));
@@ -29,7 +29,7 @@ Smart_Test_Proxy::Smart_Test_Proxy (Test_ptr proxy)
CORBA::Short
Smart_Test_Proxy::method (CORBA::Short boo
- TAO_ENV_ARG_DECL)
+ ACE_ENV_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException,
Test::Oops))
{
@@ -40,7 +40,7 @@ Smart_Test_Proxy::method (CORBA::Short boo
ACE_TRY
{
retval = TAO_Test_Smart_Proxy_Base::method (boo
- TAO_ENV_ARG_PARAMETER);
+ ACE_ENV_ARG_PARAMETER);
ACE_TRY_CHECK;
}
ACE_CATCH (Test::Oops, reason)