summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/examples/Log/Event/Event_Consumer.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/examples/Log/Event/Event_Consumer.h')
-rw-r--r--TAO/orbsvcs/examples/Log/Event/Event_Consumer.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/TAO/orbsvcs/examples/Log/Event/Event_Consumer.h b/TAO/orbsvcs/examples/Log/Event/Event_Consumer.h
index c3bb44535a1..d552c48d738 100644
--- a/TAO/orbsvcs/examples/Log/Event/Event_Consumer.h
+++ b/TAO/orbsvcs/examples/Log/Event/Event_Consumer.h
@@ -42,8 +42,7 @@ public:
// = The CosEventComm::PushConsumer methods
- virtual void push (const CORBA::Any &event
- ACE_ENV_ARG_DECL_NOT_USED)
+ virtual void push (const CORBA::Any &event)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual void disconnect_push_consumer (void)