diff options
Diffstat (limited to 'ace/Select_Reactor_Base.h')
-rw-r--r-- | ace/Select_Reactor_Base.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/ace/Select_Reactor_Base.h b/ace/Select_Reactor_Base.h index 9c088d1d1d9..0f04e51eeec 100644 --- a/ace/Select_Reactor_Base.h +++ b/ace/Select_Reactor_Base.h @@ -117,8 +117,10 @@ public: class ACE_Export ACE_Select_Reactor_Notify : public ACE_Reactor_Notify { public: - /// Default dtor. + /// Constructor. ACE_Select_Reactor_Notify (void); + + /// Destructor. ~ACE_Select_Reactor_Notify (void); // = Initialization and termination methods. @@ -275,7 +277,7 @@ public: /// Default "do-nothing" constructor. ACE_Select_Reactor_Handler_Repository (ACE_Select_Reactor_Impl &); - /// dtor. + /// Destructor. ~ACE_Select_Reactor_Handler_Repository (void); /// Initialize a repository of the appropriate <size>. |