summaryrefslogtreecommitdiff
path: root/ace/Synch_Options.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Synch_Options.h')
-rw-r--r--ace/Synch_Options.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/ace/Synch_Options.h b/ace/Synch_Options.h
index 288e4acb329..f9c97033759 100644
--- a/ace/Synch_Options.h
+++ b/ace/Synch_Options.h
@@ -23,7 +23,6 @@
#include "ace/Time_Value.h"
-ACE_BEGIN_VERSIONED_NAMESPACE_DECL
/**
* @class ACE_Synch_Options
@@ -82,6 +81,9 @@ public:
const ACE_Time_Value &timeout = ACE_Time_Value::zero,
const void *arg = 0);
+ /// Default dtor.
+ ~ACE_Synch_Options (void);
+
/// Initialize the Synch_Options based on parameters.
void set (unsigned long options = 0,
const ACE_Time_Value &timeout = ACE_Time_Value::zero,
@@ -147,7 +149,9 @@ private:
const void *arg_;
};
-ACE_END_VERSIONED_NAMESPACE_DECL
+#if defined (__ACE_INLINE__)
+#include "ace/Synch_Options.inl"
+#endif /* __ACE_INLINE__ */
#include /**/ "ace/post.h"