diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1999-02-24 05:19:14 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1999-02-24 05:19:14 +0000 |
commit | 5b26c0bd5869b4d7c558ae46839029d1e5e7401b (patch) | |
tree | 1e33e11fb12428650012f413b2b28c99588805ee /ace/Service_Object.h | |
parent | 34f6256edf2b3231951d501ad60c2014a99365a3 (diff) | |
download | ATCD-5b26c0bd5869b4d7c558ae46839029d1e5e7401b.tar.gz |
.
Diffstat (limited to 'ace/Service_Object.h')
-rw-r--r-- | ace/Service_Object.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/ace/Service_Object.h b/ace/Service_Object.h index 48d8ed8c318..0c73e2c20af 100644 --- a/ace/Service_Object.h +++ b/ace/Service_Object.h @@ -38,8 +38,11 @@ class ACE_Export ACE_Service_Object : public ACE_Event_Handler, public ACE_Share // the <ACE_Service_Config> (due to the <ACE_Shared_Object>). public: // = Initialization and termination methods. - ACE_Service_Object (void); + ACE_Service_Object (ACE_Reactor * = 0); + // Constructor. + virtual ~ACE_Service_Object (void); + // Destructor. virtual int suspend (void); // Temporarily disable a service without removing it completely. |