From 5fcc127eeca45fe711b81af8ea3505df0ec7b482 Mon Sep 17 00:00:00 2001 From: irfan Date: Sat, 22 Aug 1998 05:38:30 +0000 Subject: *** empty log message *** --- ace/Service_Object.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ace/Service_Object.h') diff --git a/ace/Service_Object.h b/ace/Service_Object.h index 1c030643ddc..ce048e1f200 100644 --- a/ace/Service_Object.h +++ b/ace/Service_Object.h @@ -87,6 +87,9 @@ public: int active (void) const; void active (int); + void fini (void); + // Calls fini() on + void dump (void) const; // Dump the state of an object. @@ -111,6 +114,9 @@ private: int active_; // 1 if svc is currently active, otherwise 0. + + int fini_already_called_; + // 1 if fini() on has already been called, otherwise 0. }; class ACE_Export ACE_Service_Object_Ptr -- cgit v1.2.1