summaryrefslogtreecommitdiff
path: root/ACE/ace/Asynch_Pseudo_Task.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ace/Asynch_Pseudo_Task.cpp')
-rw-r--r--ACE/ace/Asynch_Pseudo_Task.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/ACE/ace/Asynch_Pseudo_Task.cpp b/ACE/ace/Asynch_Pseudo_Task.cpp
index 0b6a14b60e5..72dff50ab0f 100644
--- a/ACE/ace/Asynch_Pseudo_Task.cpp
+++ b/ACE/ace/Asynch_Pseudo_Task.cpp
@@ -17,7 +17,7 @@ ACE_Asynch_Pseudo_Task::~ACE_Asynch_Pseudo_Task ()
}
int
-ACE_Asynch_Pseudo_Task::start (void)
+ACE_Asynch_Pseudo_Task::start ()
{
if (this->reactor_.initialized () == 0)
ACELIB_ERROR_RETURN ((LM_ERROR,
@@ -29,7 +29,7 @@ ACE_Asynch_Pseudo_Task::start (void)
}
int
-ACE_Asynch_Pseudo_Task::stop (void)
+ACE_Asynch_Pseudo_Task::stop ()
{
if (this->thr_count () == 0) // already stopped
return 0;
@@ -43,7 +43,7 @@ ACE_Asynch_Pseudo_Task::stop (void)
}
int
-ACE_Asynch_Pseudo_Task::svc (void)
+ACE_Asynch_Pseudo_Task::svc ()
{
#if !defined (ACE_WIN32)