summaryrefslogtreecommitdiff
path: root/ACE/ace/Thread_Hook.h
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ace/Thread_Hook.h')
-rw-r--r--ACE/ace/Thread_Hook.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/ACE/ace/Thread_Hook.h b/ACE/ace/Thread_Hook.h
index e7638daa941..54b4419250d 100644
--- a/ACE/ace/Thread_Hook.h
+++ b/ACE/ace/Thread_Hook.h
@@ -10,7 +10,6 @@
*/
//=============================================================================
-
#ifndef ACE_THREAD_HOOK_H
#define ACE_THREAD_HOOK_H
#include /**/ "ace/pre.h"
@@ -34,9 +33,7 @@ ACE_BEGIN_VERSIONED_NAMESPACE_DECL
*/
class ACE_Export ACE_Thread_Hook
{
-
public:
-
/// Destructor.
virtual ~ACE_Thread_Hook (void);
@@ -51,7 +48,7 @@ public:
virtual ACE_THR_FUNC_RETURN start (ACE_THR_FUNC func,
void *arg);
- /// sets the system wide thread hook, returns the previous thread
+ /// Sets the system wide thread hook, returns the previous thread
/// hook or 0 if none is set.
static ACE_Thread_Hook *thread_hook (ACE_Thread_Hook *hook);