summaryrefslogtreecommitdiff
path: root/ace/Handle_Set.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Handle_Set.h')
-rw-r--r--ace/Handle_Set.h9
1 files changed, 2 insertions, 7 deletions
diff --git a/ace/Handle_Set.h b/ace/Handle_Set.h
index 2e944bc5b97..d732dfe4ef5 100644
--- a/ace/Handle_Set.h
+++ b/ace/Handle_Set.h
@@ -40,8 +40,6 @@
# define ACE_DEFAULT_SELECT_REACTOR_SIZE ACE_FD_SETSIZE
#endif /* ACE_DEFAULT_SELECT_REACTOR_SIZE */
-ACE_BEGIN_VERSIONED_NAMESPACE_DECL
-
/**
* @class ACE_Handle_Set
*
@@ -173,7 +171,7 @@ private:
/**
* @class ACE_Handle_Set_Iterator
*
- * @brief Iterator for the ACE_Handle_Set abstraction.
+ * @brief Iterator for the <ACE_Handle_Set> abstraction.
*/
class ACE_Export ACE_Handle_Set_Iterator
{
@@ -189,7 +187,7 @@ public:
void reset_state (void);
/**
- * "Next" operator. Returns the next unseen ACE_HANDLE in the
+ * "Next" operator. Returns the next unseen <ACE_HANDLE> in the
* <Handle_Set> up to <handle_set_.max_handle_>). When all the
* handles have been seen returns <ACE_INVALID_HANDLE>. Advances
* the iterator automatically, so you need not call <operator++>
@@ -199,7 +197,6 @@ public:
/// This is a no-op and no longer does anything. It's only here for
/// backwards compatibility.
- /// @deprecated
void operator++ (void);
/// Dump the state of an object.
@@ -239,8 +236,6 @@ private:
#endif /* !ACE_WIN32 && !ACE_HAS_BIG_FD_SET */
};
-ACE_END_VERSIONED_NAMESPACE_DECL
-
#if defined (__ACE_INLINE__)
#include "ace/Handle_Set.inl"
#endif /* __ACE_INLINE__ */