summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/examples/Notify/Subscribe/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/examples/Notify/Subscribe/main.cpp')
-rw-r--r--TAO/orbsvcs/examples/Notify/Subscribe/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/orbsvcs/examples/Notify/Subscribe/main.cpp b/TAO/orbsvcs/examples/Notify/Subscribe/main.cpp
index e7e5550a01e..b817728c231 100644
--- a/TAO/orbsvcs/examples/Notify/Subscribe/main.cpp
+++ b/TAO/orbsvcs/examples/Notify/Subscribe/main.cpp
@@ -11,10 +11,10 @@ main (int argc, char *argv [])
ACE_TRY_NEW_ENV
{
client.init (argc, argv
- TAO_ENV_ARG_PARAMETER); //Init the Client
+ ACE_ENV_ARG_PARAMETER); //Init the Client
ACE_TRY_CHECK;
- client.run (TAO_ENV_SINGLE_ARG_PARAMETER);
+ client.run (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_TRY_CHECK;
}
ACE_CATCH (CORBA::UserException, ue)