summaryrefslogtreecommitdiff
path: root/ACE/ace/OS_Thread_Adapter.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ace/OS_Thread_Adapter.cpp')
-rw-r--r--ACE/ace/OS_Thread_Adapter.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/ACE/ace/OS_Thread_Adapter.cpp b/ACE/ace/OS_Thread_Adapter.cpp
index 355408b457e..6074974a232 100644
--- a/ACE/ace/OS_Thread_Adapter.cpp
+++ b/ACE/ace/OS_Thread_Adapter.cpp
@@ -32,14 +32,14 @@ ACE_OS_Thread_Adapter::ACE_OS_Thread_Adapter (
{
}
-ACE_OS_Thread_Adapter::~ACE_OS_Thread_Adapter (void)
+ACE_OS_Thread_Adapter::~ACE_OS_Thread_Adapter ()
{
}
ACE_ALLOC_HOOK_DEFINE(ACE_OS_Thread_Adapter)
ACE_THR_FUNC_RETURN
-ACE_OS_Thread_Adapter::invoke (void)
+ACE_OS_Thread_Adapter::invoke ()
{
// Inherit the logging features if the parent thread has an
// ACE_Log_Msg instance in thread-specific storage.