summaryrefslogtreecommitdiff
path: root/ACE/examples/Reactor/Misc/test_demuxing.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/examples/Reactor/Misc/test_demuxing.cpp')
-rw-r--r--ACE/examples/Reactor/Misc/test_demuxing.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/examples/Reactor/Misc/test_demuxing.cpp b/ACE/examples/Reactor/Misc/test_demuxing.cpp
index 1bac5832276..f320d5bc17f 100644
--- a/ACE/examples/Reactor/Misc/test_demuxing.cpp
+++ b/ACE/examples/Reactor/Misc/test_demuxing.cpp
@@ -268,7 +268,7 @@ public:
// Called back within the context of the <ACE_Reactor> Singleton to
// dequeue and process the message on the <ACE_Message_Queue>.
- virtual int svc (void);
+ virtual int svc ();
// Run the "event-loop" periodically putting messages to our
// internal <Message_Queue> that we inherit from <ACE_Task>.