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, 1 insertions, 6 deletions
diff --git a/ace/Handle_Gobbler.h b/ace/Handle_Gobbler.h
index 36c16b56ed7..8b3e472e7b8 100644
--- a/ace/Handle_Gobbler.h
+++ b/ace/Handle_Gobbler.h
@@ -1,4 +1,3 @@
-// -*- C++ -*-
//=============================================================================
/**
@@ -22,8 +21,6 @@
# pragma once
#endif /* ACE_LACKS_PRAGMA_ONCE */
-ACE_BEGIN_VERSIONED_NAMESPACE_DECL
-
/**
* @class ACE_Handle_Gobbler
*
@@ -47,7 +44,7 @@ public:
*/
inline int consume_handles (size_t n_handles_to_keep_available);
- /// Free up @a n_handles.
+ /// Free up <n_handles>.
inline int free_handles (size_t n_handles);
/// All remaining handles are closed.
@@ -61,8 +58,6 @@ private:
HANDLE_SET handle_set_;
};
-ACE_END_VERSIONED_NAMESPACE_DECL
-
#include "ace/Handle_Gobbler.inl"
#include /**/ "ace/post.h"