summaryrefslogtreecommitdiff
path: root/ace/Thread.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Thread.h')
-rw-r--r--ace/Thread.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/ace/Thread.h b/ace/Thread.h
index 05a81548d97..ba1b9d64a57 100644
--- a/ace/Thread.h
+++ b/ace/Thread.h
@@ -24,6 +24,8 @@
#include "ace/OS_NS_Thread.h"
#include "ace/Thread_Adapter.h"
+ACE_BEGIN_VERSIONED_NAMESPACE_DECL
+
struct cancel_state
{
/// e.g., PTHREAD_CANCEL_ENABLE, PTHREAD_CANCEL_DISABLE,
@@ -265,6 +267,8 @@ private:
ACE_Thread (void);
};
+ACE_END_VERSIONED_NAMESPACE_DECL
+
#if defined (__ACE_INLINE__)
#include "ace/Thread.inl"
#endif /* __ACE_INLINE__ */