summaryrefslogtreecommitdiff
path: root/ACE/ace/OS_Thread_Adapter.h
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ace/OS_Thread_Adapter.h')
-rw-r--r--ACE/ace/OS_Thread_Adapter.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ACE/ace/OS_Thread_Adapter.h b/ACE/ace/OS_Thread_Adapter.h
index 536d06079ef..af0ea6aa94e 100644
--- a/ACE/ace/OS_Thread_Adapter.h
+++ b/ACE/ace/OS_Thread_Adapter.h
@@ -55,13 +55,13 @@ public:
* @c this, thereby rendering the object useless after the call
* returns.
*/
- virtual ACE_THR_FUNC_RETURN invoke (void);
+ virtual ACE_THR_FUNC_RETURN invoke ();
ACE_ALLOC_HOOK_DECLARE;
protected:
/// Ensure that this object is allocated on the heap.
- ~ACE_OS_Thread_Adapter (void);
+ ~ACE_OS_Thread_Adapter ();
};
ACE_END_VERSIONED_NAMESPACE_DECL