summaryrefslogtreecommitdiff
path: root/ace/Select_Reactor_Base.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2002-04-18 09:36:51 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2002-04-18 09:36:51 +0000
commit9c1a3603f8104719623a49973bb6335eaa0d3b4b (patch)
tree42de5e5088ea11461a4a3dc95411791dcef36964 /ace/Select_Reactor_Base.h
parent4563598bdf3f38f2353d39be2ce88d37d16e338d (diff)
downloadATCD-9c1a3603f8104719623a49973bb6335eaa0d3b4b.tar.gz
ChangeLogTag: Tue Apr 18 11:32:12 2002 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'ace/Select_Reactor_Base.h')
-rw-r--r--ace/Select_Reactor_Base.h6
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>.