summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Notify/Notify_Source_Filter_Eval_Command.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Notify/Notify_Source_Filter_Eval_Command.cpp')
-rw-r--r--TAO/orbsvcs/orbsvcs/Notify/Notify_Source_Filter_Eval_Command.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Notify/Notify_Source_Filter_Eval_Command.cpp b/TAO/orbsvcs/orbsvcs/Notify/Notify_Source_Filter_Eval_Command.cpp
index ee701550b85..48619250ed9 100644
--- a/TAO/orbsvcs/orbsvcs/Notify/Notify_Source_Filter_Eval_Command.cpp
+++ b/TAO/orbsvcs/orbsvcs/Notify/Notify_Source_Filter_Eval_Command.cpp
@@ -24,16 +24,16 @@ TAO_Notify_Source_Filter_Eval_Command::~TAO_Notify_Source_Filter_Eval_Command ()
}
int
-TAO_Notify_Source_Filter_Eval_Command::execute (CORBA::Environment& ACE_TRY_ENV)
+TAO_Notify_Source_Filter_Eval_Command::execute (TAO_ENV_SINGLE_ARG_DECL)
{
CORBA::Boolean result =
- this->event_source_->evaluate_filter (*this->event_, ACE_TRY_ENV);
+ this->event_source_->evaluate_filter (*this->event_ TAO_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (-1);
if (result == 1)
{
this->event_processor_->
- lookup_subscriptions (this->event_, this->event_source_, ACE_TRY_ENV);
+ lookup_subscriptions (this->event_, this->event_source_ TAO_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (-1);
return 0;