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.h12
1 files changed, 4 insertions, 8 deletions
diff --git a/ace/Object_Manager.h b/ace/Object_Manager.h
index 6d0134f0dea..cacc50b5faa 100644
--- a/ace/Object_Manager.h
+++ b/ace/Object_Manager.h
@@ -173,15 +173,11 @@ class ACE_Export ACE_Object_Manager : public ACE_Object_Manager_Base
// doesn't destroy automatic objects, and for developing the
// recommendations in this paragraph.
//
- // Instead of creating a static ACE_Object_Manager, or letting
- // ACE create it on the stack of main () for you, another
- // alternative is to #define
+ // 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 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.
+ // #define, the application _must_ call ACE::init () at the
+ // start of the program, and call ACE::fini () at the end.
public:
virtual int init (void);