diff options
author | elliott_c <ocielliottc@users.noreply.github.com> | 2007-01-25 18:04:11 +0000 |
---|---|---|
committer | elliott_c <ocielliottc@users.noreply.github.com> | 2007-01-25 18:04:11 +0000 |
commit | bae2cc6fda8827396cadd4e4c64d1c4c1145cb44 (patch) | |
tree | 3e959cad0a053f1adad663e7c02bc7a239f383d8 /TAO/orbsvcs/Event_Service/Event_Service.h | |
parent | f8976a1649fc57ae453644f1f4498824cd2eb65b (diff) | |
download | ATCD-bae2cc6fda8827396cadd4e4c64d1c4c1145cb44.tar.gz |
ChangeLogTag: Thu Jan 25 17:39:59 UTC 2007 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'TAO/orbsvcs/Event_Service/Event_Service.h')
-rw-r--r-- | TAO/orbsvcs/Event_Service/Event_Service.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/TAO/orbsvcs/Event_Service/Event_Service.h b/TAO/orbsvcs/Event_Service/Event_Service.h index 19b21434ce1..84c3f46542f 100644 --- a/TAO/orbsvcs/Event_Service/Event_Service.h +++ b/TAO/orbsvcs/Event_Service/Event_Service.h @@ -49,14 +49,12 @@ public: virtual void destroy (void) ACE_THROW_SPEC ((CORBA::SystemException)); virtual RtecEventChannelAdmin::Observer_Handle - append_observer (RtecEventChannelAdmin::Observer_ptr observer - ACE_ENV_ARG_DECL) + append_observer (RtecEventChannelAdmin::Observer_ptr observer) ACE_THROW_SPEC (( CORBA::SystemException, RtecEventChannelAdmin::EventChannel::SYNCHRONIZATION_ERROR, RtecEventChannelAdmin::EventChannel::CANT_APPEND_OBSERVER)); - virtual void remove_observer (RtecEventChannelAdmin::Observer_Handle - ACE_ENV_ARG_DECL) + virtual void remove_observer (RtecEventChannelAdmin::Observer_Handle) ACE_THROW_SPEC (( CORBA::SystemException, RtecEventChannelAdmin::EventChannel::SYNCHRONIZATION_ERROR, |