summaryrefslogtreecommitdiff
path: root/ACE/ace/NT_Service.cpp
diff options
context:
space:
mode:
authorAdam Mitz <mitza@objectcomputing.com>2022-09-19 16:40:20 -0500
committerGitHub <noreply@github.com>2022-09-19 16:40:20 -0500
commit64b5a4fecb5806522f220d63b0744ffa40bb6bcc (patch)
treeed14e16befd1de0a028bd6034de0f31513e1610b /ACE/ace/NT_Service.cpp
parentccbb3639f96d55c38f96914c6c7c4bc8c8998db9 (diff)
parent9bb6d09a13922f1b03f02b695f41f94a808a9517 (diff)
downloadATCD-64b5a4fecb5806522f220d63b0744ffa40bb6bcc.tar.gz
Merge branch 'master' into format-security
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)
{