summaryrefslogtreecommitdiff
path: root/ace/Select_Reactor_Base.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Select_Reactor_Base.h')
-rw-r--r--ace/Select_Reactor_Base.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/ace/Select_Reactor_Base.h b/ace/Select_Reactor_Base.h
index 01789b46df7..10e333cb144 100644
--- a/ace/Select_Reactor_Base.h
+++ b/ace/Select_Reactor_Base.h
@@ -65,7 +65,8 @@ class ACE_Export ACE_Event_Tuple
// to do so.
public:
ACE_Event_Tuple (void);
- ACE_Event_Tuple (ACE_Event_Handler* eh, ACE_HANDLE h);
+ ACE_Event_Tuple (ACE_Event_Handler *eh,
+ ACE_HANDLE h);
~ACE_Event_Tuple (void);
int operator== (const ACE_Event_Tuple &rhs) const;
@@ -313,7 +314,7 @@ class ACE_Export ACE_Select_Reactor_Impl : public ACE_Reactor_Impl
// = TITLE
// This class simply defines how Select_Reactor's basic interface
// functions should look like and provides a common base class for
- // Select_Reactor using various locking mechanism.
+ // <Select_Reactor> using various locking mechanism.
public:
enum
{
@@ -322,7 +323,8 @@ public:
};
ACE_Select_Reactor_Impl (void);
-
+ // Constructor.
+
friend class ACE_Select_Reactor_Notify;
friend class ACE_Select_Reactor_Handler_Repository;