summaryrefslogtreecommitdiff
path: root/ace/Handle_Gobbler.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Handle_Gobbler.h')
-rw-r--r--ace/Handle_Gobbler.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/ace/Handle_Gobbler.h b/ace/Handle_Gobbler.h
index 8b3e472e7b8..36c16b56ed7 100644
--- a/ace/Handle_Gobbler.h
+++ b/ace/Handle_Gobbler.h
@@ -1,3 +1,4 @@
+// -*- C++ -*-
//=============================================================================
/**
@@ -21,6 +22,8 @@
# pragma once
#endif /* ACE_LACKS_PRAGMA_ONCE */
+ACE_BEGIN_VERSIONED_NAMESPACE_DECL
+
/**
* @class ACE_Handle_Gobbler
*
@@ -44,7 +47,7 @@ public:
*/
inline int consume_handles (size_t n_handles_to_keep_available);
- /// Free up <n_handles>.
+ /// Free up @a n_handles.
inline int free_handles (size_t n_handles);
/// All remaining handles are closed.
@@ -58,6 +61,8 @@ private:
HANDLE_SET handle_set_;
};
+ACE_END_VERSIONED_NAMESPACE_DECL
+
#include "ace/Handle_Gobbler.inl"
#include /**/ "ace/post.h"