summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Log/RTEventLogNotification.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Log/RTEventLogNotification.h')
-rw-r--r--TAO/orbsvcs/orbsvcs/Log/RTEventLogNotification.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Log/RTEventLogNotification.h b/TAO/orbsvcs/orbsvcs/Log/RTEventLogNotification.h
index a2530fe0783..22fa66d06c3 100644
--- a/TAO/orbsvcs/orbsvcs/Log/RTEventLogNotification.h
+++ b/TAO/orbsvcs/orbsvcs/Log/RTEventLogNotification.h
@@ -58,8 +58,7 @@ public:
~TAO_RTEventLogNotification (void);
/// The skeleton methods.
- virtual void disconnect_push_supplier (void)
- ACE_THROW_SPEC ((CORBA::SystemException));
+ virtual void disconnect_push_supplier (void);
protected:
// = Helper methods
@@ -69,8 +68,7 @@ protected:
void obtainProxyConsumer (void);
// Send the event on the event channel.
- virtual void send_notification (const CORBA::Any& any)
- ACE_THROW_SPEC ((CORBA::SystemException));
+ virtual void send_notification (const CORBA::Any& any);
private:
/// The ORB reference.