summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Event/ECG_UDP_EH.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Event/ECG_UDP_EH.h')
-rw-r--r--TAO/orbsvcs/orbsvcs/Event/ECG_UDP_EH.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Event/ECG_UDP_EH.h b/TAO/orbsvcs/orbsvcs/Event/ECG_UDP_EH.h
index c11544fae06..0d865c992c5 100644
--- a/TAO/orbsvcs/orbsvcs/Event/ECG_UDP_EH.h
+++ b/TAO/orbsvcs/orbsvcs/Event/ECG_UDP_EH.h
@@ -55,7 +55,7 @@ public:
TAO_ECG_UDP_EH (TAO_ECG_Dgram_Handler *recv);
/// Destructor.
- virtual ~TAO_ECG_UDP_EH (void);
+ virtual ~TAO_ECG_UDP_EH ();
/// Open the datagram and register itself with this->reactor().
/// To insure proper resource clean up, if open () is successful,
@@ -66,7 +66,7 @@ public:
/// TAO_ECG_Handler_Shutdown method.
/// Unsubscribe from the reactor and close the datagram.
- virtual int shutdown (void);
+ virtual int shutdown ();
//@}
/// Main method - reactor callback. Notify <receiver_> that
@@ -78,7 +78,7 @@ public:
* type safety", allowing the user to setup options and gain access
* to low-level features.
*/
- ACE_SOCK_Dgram &dgram (void);
+ ACE_SOCK_Dgram &dgram ();
private: