summaryrefslogtreecommitdiff
path: root/ace/Null_Semaphore.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Null_Semaphore.h')
-rw-r--r--ace/Null_Semaphore.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/ace/Null_Semaphore.h b/ace/Null_Semaphore.h
index 43349202541..9124f46cf73 100644
--- a/ace/Null_Semaphore.h
+++ b/ace/Null_Semaphore.h
@@ -24,12 +24,14 @@
# pragma once
#endif /* ACE_LACKS_PRAGMA_ONCE */
+ACE_BEGIN_VERSIONED_NAMESPACE_DECL
+
class ACE_Time_Value;
/**
* @class ACE_Null_Semaphore
*
- * @brief Implement a do nothing <ACE_Semaphore>, i.e., all the methods are
+ * @brief Implement a do nothing ACE_Semaphore, i.e., all the methods are
* no ops.
*
* Although the methods are no-ops, the return values are different for
@@ -96,5 +98,7 @@ public:
//ACE_ALLOC_HOOK_DECLARE;
};
+ACE_END_VERSIONED_NAMESPACE_DECL
+
#include /**/ "ace/post.h"
#endif /* ACE_NULL_SEMAPHORE_H */