summaryrefslogtreecommitdiff
path: root/ace/Service_Object.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Service_Object.h')
-rw-r--r--ace/Service_Object.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/ace/Service_Object.h b/ace/Service_Object.h
index 0c73e2c20af..e6e9817345b 100644
--- a/ace/Service_Object.h
+++ b/ace/Service_Object.h
@@ -98,6 +98,9 @@ public:
void fini (void);
// Calls fini() on <type_>
+ int fini_called (void) const;
+ // Check if the service has been fini'ed.
+
void dump (void) const;
// Dump the state of an object.