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, 2 insertions, 6 deletions
diff --git a/ace/Synch_Options.h b/ace/Synch_Options.h
index f9c97033759..288e4acb329 100644
--- a/ace/Synch_Options.h
+++ b/ace/Synch_Options.h
@@ -23,6 +23,7 @@
#include "ace/Time_Value.h"
+ACE_BEGIN_VERSIONED_NAMESPACE_DECL
/**
* @class ACE_Synch_Options
@@ -81,9 +82,6 @@ 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,
@@ -149,9 +147,7 @@ private:
const void *arg_;
};
-#if defined (__ACE_INLINE__)
-#include "ace/Synch_Options.inl"
-#endif /* __ACE_INLINE__ */
+ACE_END_VERSIONED_NAMESPACE_DECL
#include /**/ "ace/post.h"