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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ACE/examples/NT_Service/ntsvc.h b/ACE/examples/NT_Service/ntsvc.h
index 02d212adbd3..a7826d301ec 100644
--- a/ACE/examples/NT_Service/ntsvc.h
+++ b/ACE/examples/NT_Service/ntsvc.h
@@ -27,9 +27,9 @@
class Service : public ACE_NT_Service
{
public:
- Service (void);
+ Service ();
- ~Service (void);
+ ~Service ();
/// We override <handle_control> because it handles stop requests
/// privately.