summaryrefslogtreecommitdiff
path: root/ACE/examples/ASX/Event_Server/Event_Server/Supplier_Router.h
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/examples/ASX/Event_Server/Event_Server/Supplier_Router.h')
-rw-r--r--ACE/examples/ASX/Event_Server/Event_Server/Supplier_Router.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/examples/ASX/Event_Server/Event_Server/Supplier_Router.h b/ACE/examples/ASX/Event_Server/Event_Server/Supplier_Router.h
index 4d1723fcea6..44e9e8a85bc 100644
--- a/ACE/examples/ASX/Event_Server/Event_Server/Supplier_Router.h
+++ b/ACE/examples/ASX/Event_Server/Event_Server/Supplier_Router.h
@@ -59,7 +59,7 @@ protected:
// The Router queues up this message, which is then processed in the
// <svc> method in a separate thread.
- virtual int svc (void);
+ virtual int svc ();
// Runs in a separate thread to dequeue messages and pass them up
// the stream.