summaryrefslogtreecommitdiff
path: root/ace/Object_Manager.h
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-07-12 19:44:54 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-07-12 19:44:54 +0000
commit0a953f30b61257b61c2bc52c048baab336d6386f (patch)
treea488a4837ced921fea9af71b82831228a85b04fc /ace/Object_Manager.h
parent0d0b6d37ea7a30975252105a180100d019598a63 (diff)
downloadATCD-0a953f30b61257b61c2bc52c048baab336d6386f.tar.gz
ChangeLogTag: Mon Jul 12 14:41:14 1999 David L. Levine <levine@cs.wustl.edu>
Diffstat (limited to 'ace/Object_Manager.h')
-rw-r--r--ace/Object_Manager.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/ace/Object_Manager.h b/ace/Object_Manager.h
index cacc50b5faa..e7aa124cc19 100644
--- a/ace/Object_Manager.h
+++ b/ace/Object_Manager.h
@@ -176,8 +176,10 @@ class ACE_Export ACE_Object_Manager : public ACE_Object_Manager_Base
// Instead of creating a static ACE_Object_Manager, or creating
// it on the stack of main (), another alternative is to #define
// ACE_DOESNT_INSTANTIATE_NONSTATIC_OBJECT_MANAGER. With that
- // #define, the application _must_ call ACE::init () at the
- // start of the program, and call ACE::fini () at the end.
+ // #define, the application must create the ACE_Object_Manager.
+ // The recommended way is to call ACE::init () at the start of the
+ // program, and call ACE::fini () at the end. Alternatively, the
+ // application could explicity construct an ACE_Object_Manager.
public:
virtual int init (void);