summaryrefslogtreecommitdiff
path: root/ACE/examples/NT_Service/ntsvc.h
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/examples/NT_Service/ntsvc.h')
-rw-r--r--ACE/examples/NT_Service/ntsvc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/examples/NT_Service/ntsvc.h b/ACE/examples/NT_Service/ntsvc.h
index ee04caaadf2..02d212adbd3 100644
--- a/ACE/examples/NT_Service/ntsvc.h
+++ b/ACE/examples/NT_Service/ntsvc.h
@@ -40,7 +40,7 @@ public:
virtual int handle_exception (ACE_HANDLE h);
/// This is a virtual method inherited from ACE_NT_Service.
- virtual int svc (void);
+ virtual int svc ();
/// Where the real work is done:
virtual int handle_timeout (const ACE_Time_Value& tv,