summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Event/ECG_UDP_Receiver.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Event/ECG_UDP_Receiver.h')
-rw-r--r--TAO/orbsvcs/orbsvcs/Event/ECG_UDP_Receiver.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Event/ECG_UDP_Receiver.h b/TAO/orbsvcs/orbsvcs/Event/ECG_UDP_Receiver.h
index 34c19e3eeaa..6e580beeb0d 100644
--- a/TAO/orbsvcs/orbsvcs/Event/ECG_UDP_Receiver.h
+++ b/TAO/orbsvcs/orbsvcs/Event/ECG_UDP_Receiver.h
@@ -171,8 +171,7 @@ public:
/// The PushSupplier idl method.
/// Invokes shutdown (), which may result in the object being deleted, if
/// refcounting is used to manage its lifetime.
- virtual void disconnect_push_supplier (void)
- ACE_THROW_SPEC ((CORBA::SystemException));
+ virtual void disconnect_push_supplier (void);
/// TAO_ECG_Dgram_Handler method.
/**
@@ -187,7 +186,7 @@ protected:
/// Constructor (protected). Clients can create new
/// TAO_ECG_UDP_Receiver objects using the static create() method.
- TAO_ECG_UDP_Receiver (CORBA::Boolean perform_crc = 0);
+ TAO_ECG_UDP_Receiver (CORBA::Boolean perform_crc = false);
private: