summaryrefslogtreecommitdiff
path: root/ace/Object_Manager.h
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-02-20 21:38:56 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-02-20 21:38:56 +0000
commitd9fbeffca97303b931ebdb64407b730f6301ccf5 (patch)
tree33b3733b944dc1feaa74dde975a24dea372f3dbb /ace/Object_Manager.h
parent926754d5b7fdfc27121df5b366fa8e749802edb2 (diff)
downloadATCD-d9fbeffca97303b931ebdb64407b730f6301ccf5.tar.gz
changed ACE_OS::exit to call an exit hook that is registered by the ACE_Object_Manager, instead of only calling ACE_Object_Manager::fini ()
Diffstat (limited to 'ace/Object_Manager.h')
-rw-r--r--ace/Object_Manager.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/ace/Object_Manager.h b/ace/Object_Manager.h
index e0bc06c1c83..15befcf5c4c 100644
--- a/ace/Object_Manager.h
+++ b/ace/Object_Manager.h
@@ -368,9 +368,6 @@ public:
// Accesses a default signal set used in ACE_Sig_Guard methods.
private:
- static ACE_Object_Manager *instance_;
- // Singleton pointer.
-
static int starting_up_;
// Flag indicating whether the program is starting up.