summaryrefslogtreecommitdiff
path: root/TAO/examples/Event_Comm/Consumer_Input_Handler.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/examples/Event_Comm/Consumer_Input_Handler.cpp')
-rw-r--r--TAO/examples/Event_Comm/Consumer_Input_Handler.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/examples/Event_Comm/Consumer_Input_Handler.cpp b/TAO/examples/Event_Comm/Consumer_Input_Handler.cpp
index 56c065f735e..697408dfa36 100644
--- a/TAO/examples/Event_Comm/Consumer_Input_Handler.cpp
+++ b/TAO/examples/Event_Comm/Consumer_Input_Handler.cpp
@@ -55,7 +55,7 @@ Consumer_Input_Handler::close (void)
if (notifier != 0)
notifier->unsubscribe (receiver,
""
- TAO_ENV_ARG_PARAMETER);
+ ACE_ENV_ARG_PARAMETER);
ACE_TRY_CHECK;
}
ACE_CATCHANY
@@ -138,7 +138,7 @@ Consumer_Input_Handler::handle_input (ACE_HANDLE h)
event.tag_ = ACE_OS::strdup (buf);
- notifier->push (event TAO_ENV_ARG_PARAMETER);
+ notifier->push (event ACE_ENV_ARG_PARAMETER);
ACE_TRY_CHECK;
}
ACE_CATCHANY