summaryrefslogtreecommitdiff
path: root/ACE/examples/QOS/Simple/Receiver_QoS_Event_Handler.h
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/examples/QOS/Simple/Receiver_QoS_Event_Handler.h')
-rw-r--r--ACE/examples/QOS/Simple/Receiver_QoS_Event_Handler.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/examples/QOS/Simple/Receiver_QoS_Event_Handler.h b/ACE/examples/QOS/Simple/Receiver_QoS_Event_Handler.h
index dfb58886838..b6a31e43ead 100644
--- a/ACE/examples/QOS/Simple/Receiver_QoS_Event_Handler.h
+++ b/ACE/examples/QOS/Simple/Receiver_QoS_Event_Handler.h
@@ -33,7 +33,7 @@ public:
/// Override this to return the handle of the Dgram_Mcast
/// that we are using.
- virtual ACE_HANDLE get_handle (void) const;
+ virtual ACE_HANDLE get_handle () const;
/// Handles a READ event.
virtual int handle_input (ACE_HANDLE fd);