summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Log/EventLogNotification.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Log/EventLogNotification.cpp')
-rw-r--r--TAO/orbsvcs/orbsvcs/Log/EventLogNotification.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Log/EventLogNotification.cpp b/TAO/orbsvcs/orbsvcs/Log/EventLogNotification.cpp
index 0c6f3a27609..1941a26221d 100644
--- a/TAO/orbsvcs/orbsvcs/Log/EventLogNotification.cpp
+++ b/TAO/orbsvcs/orbsvcs/Log/EventLogNotification.cpp
@@ -42,11 +42,10 @@ TAO_EventLogNotification::obtain_proxy_consumer()
}
void
-TAO_EventLogNotification::send_notification (const CORBA::Any& any
- ACE_ENV_ARG_DECL)
+TAO_EventLogNotification::send_notification (const CORBA::Any& any)
ACE_THROW_SPEC ((CORBA::SystemException))
{
- consumer_->push (any ACE_ENV_ARG_PARAMETER);
+ consumer_->push (any);
}
TAO_END_VERSIONED_NAMESPACE_DECL