summaryrefslogtreecommitdiff
path: root/ACE/ace/NT_Service.h
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ace/NT_Service.h')
-rw-r--r--ACE/ace/NT_Service.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/ACE/ace/NT_Service.h b/ACE/ace/NT_Service.h
index e1b03990333..9308dbbe17f 100644
--- a/ACE/ace/NT_Service.h
+++ b/ACE/ace/NT_Service.h
@@ -163,16 +163,16 @@ public:
void name (const ACE_TCHAR *name, const ACE_TCHAR *desc = 0);
/// Get the service name.
- const ACE_TCHAR *name (void) const;
+ const ACE_TCHAR *name () const;
/// Get the service description.
- const ACE_TCHAR *desc (void) const;
+ const ACE_TCHAR *desc () const;
/// Sets the host machine
void host (const ACE_TCHAR *host);
/// Get the host machine.
- const ACE_TCHAR *host (void) const;
+ const ACE_TCHAR *host () const;
/**
* Insert (create) the service in the NT Service Control Manager,