summaryrefslogtreecommitdiff
path: root/ACE/ace/Base_Thread_Adapter.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ace/Base_Thread_Adapter.cpp')
-rw-r--r--ACE/ace/Base_Thread_Adapter.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/ACE/ace/Base_Thread_Adapter.cpp b/ACE/ace/Base_Thread_Adapter.cpp
index f965bac12af..b3a1f7bcd76 100644
--- a/ACE/ace/Base_Thread_Adapter.cpp
+++ b/ACE/ace/Base_Thread_Adapter.cpp
@@ -51,12 +51,12 @@ ACE_Base_Thread_Adapter::ACE_Base_Thread_Adapter (
#endif // ACE_USES_GPROF
}
-ACE_Base_Thread_Adapter::~ACE_Base_Thread_Adapter (void)
+ACE_Base_Thread_Adapter::~ACE_Base_Thread_Adapter ()
{
}
void
-ACE_Base_Thread_Adapter::inherit_log_msg (void)
+ACE_Base_Thread_Adapter::inherit_log_msg ()
{
if (ACE_Base_Thread_Adapter::inherit_log_msg_hook_ != 0)
(*ACE_Base_Thread_Adapter::inherit_log_msg_hook_)(
@@ -70,7 +70,7 @@ ACE_Base_Thread_Adapter::inherit_log_msg (void)
}
void
-ACE_Base_Thread_Adapter::close_log_msg (void)
+ACE_Base_Thread_Adapter::close_log_msg ()
{
if (ACE_Base_Thread_Adapter::close_log_msg_hook_ != 0)
(*ACE_Base_Thread_Adapter::close_log_msg_hook_) ();
@@ -83,12 +83,12 @@ ACE_Base_Thread_Adapter::sync_log_msg (const ACE_TCHAR *prg)
(*ACE_Base_Thread_Adapter::sync_log_msg_hook_) (prg);
}
-ACE_OS_Thread_Descriptor::~ACE_OS_Thread_Descriptor (void)
+ACE_OS_Thread_Descriptor::~ACE_OS_Thread_Descriptor ()
{
}
ACE_OS_Thread_Descriptor *
-ACE_Base_Thread_Adapter::thr_desc_log_msg (void)
+ACE_Base_Thread_Adapter::thr_desc_log_msg ()
{
if (ACE_Base_Thread_Adapter::thr_desc_log_msg_hook_ != 0)
return (*ACE_Base_Thread_Adapter::thr_desc_log_msg_hook_) ();