diff options
Diffstat (limited to 'ace/Handle_Set.h')
-rw-r--r-- | ace/Handle_Set.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/ace/Handle_Set.h b/ace/Handle_Set.h index 46ace888b92..0dc7a1cf72d 100644 --- a/ace/Handle_Set.h +++ b/ace/Handle_Set.h @@ -23,8 +23,9 @@ class ACE_Export ACE_Handle_Set { // = TITLE // C++ wrapper for the socket <FD_SET> abstraction. -friend class ACE_Handle_Set_Iterator; public: + friend class ACE_Handle_Set_Iterator; + // = Initialization and termination. enum @@ -116,9 +117,9 @@ private: }; class ACE_Export ACE_Handle_Set_Iterator +{ // = TITLE // Iterator for the <ACE_Handle_Set> abstraction. -{ public: ACE_Handle_Set_Iterator (const ACE_Handle_Set &hs); // Constructor. |