summaryrefslogtreecommitdiff
path: root/ACE/ace/NT_Service.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ace/NT_Service.cpp')
-rw-r--r--ACE/ace/NT_Service.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/ACE/ace/NT_Service.cpp b/ACE/ace/NT_Service.cpp
index 3af1814f415..cdc6ecc5bc8 100644
--- a/ACE/ace/NT_Service.cpp
+++ b/ACE/ace/NT_Service.cpp
@@ -17,7 +17,7 @@ ACE_ALLOC_HOOK_DEFINE(ACE_NT_Service)
// ACE_NT_Service destructor.
-ACE_NT_Service::~ACE_NT_Service (void)
+ACE_NT_Service::~ACE_NT_Service ()
{
if (this->svc_sc_handle_ != 0)
{
@@ -236,7 +236,7 @@ ACE_NT_Service::insert (DWORD start_type,
}
int
-ACE_NT_Service::remove (void)
+ACE_NT_Service::remove ()
{
if (this->svc_sc_handle () == 0)
return -1;
@@ -275,7 +275,7 @@ ACE_NT_Service::startup (DWORD startup)
// Returns the current startup type.
DWORD
-ACE_NT_Service::startup (void)
+ACE_NT_Service::startup ()
{
// The query buffer will hold strings as well as the defined struct.
// The string pointers in the struct point to other areas in the
@@ -516,7 +516,7 @@ ACE_NT_Service::report_status (DWORD new_status,
}
SC_HANDLE
-ACE_NT_Service::svc_sc_handle (void)
+ACE_NT_Service::svc_sc_handle ()
{
if (this->svc_sc_handle_ == 0)
{