diff options
Diffstat (limited to 'TAO/orbsvcs/examples/Log/Notify/Notify_Consumer.h')
-rw-r--r-- | TAO/orbsvcs/examples/Log/Notify/Notify_Consumer.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/TAO/orbsvcs/examples/Log/Notify/Notify_Consumer.h b/TAO/orbsvcs/examples/Log/Notify/Notify_Consumer.h index 0a125e95824..0d2498223fb 100644 --- a/TAO/orbsvcs/examples/Log/Notify/Notify_Consumer.h +++ b/TAO/orbsvcs/examples/Log/Notify/Notify_Consumer.h @@ -56,7 +56,6 @@ protected: virtual void offer_change ( const CosNotification::EventTypeSeq & added, const CosNotification::EventTypeSeq & removed - ACE_ENV_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException, @@ -64,8 +63,7 @@ protected: )); // = StructuredPushSupplier 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, CosEventComm::Disconnected @@ -73,7 +71,6 @@ virtual void push (const CORBA::Any &event virtual void disconnect_push_consumer ( - ACE_ENV_SINGLE_ARG_DECL ) ACE_THROW_SPEC (( CORBA::SystemException |