summaryrefslogtreecommitdiff
path: root/ace/Object_Manager.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Object_Manager.h')
-rw-r--r--ace/Object_Manager.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/ace/Object_Manager.h b/ace/Object_Manager.h
index cacc50b5faa..96bd39daf79 100644
--- a/ace/Object_Manager.h
+++ b/ace/Object_Manager.h
@@ -182,13 +182,11 @@ class ACE_Export ACE_Object_Manager : public ACE_Object_Manager_Base
public:
virtual int init (void);
// Explicitly initialize (construct the singleton instance of) the
- // ACE_Object_Manager. Returns 0 on success, -1 on failure, and 1
- // if it had already been called.
+ // ACE_Object_Manager.
virtual int fini (void);
// Explicitly destroy the singleton instance of the
- // ACE_Object_Manager. Returns 0 on success, -1 on failure, and 1
- // if it had already been called.
+ // ACE_Object_Manager.
static int starting_up (void);
// Returns 1 before the ACE_Object_Manager has been constructed.