diff options
author | nanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-06-02 06:23:09 +0000 |
---|---|---|
committer | nanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-06-02 06:23:09 +0000 |
commit | 5c343e466e3107edbddffb92e7a5f74559754b6c (patch) | |
tree | 689409ae3a062b8f19f3ba02838278726003559a /ace/Service_Repository.h | |
parent | e89f1c4750067e3ad0844c3d5e9a198731dbe2b7 (diff) | |
download | ATCD-5c343e466e3107edbddffb92e7a5f74559754b6c.tar.gz |
Reverted MP safe Double-checking modification. It doesn't solve the real problem here.
Diffstat (limited to 'ace/Service_Repository.h')
-rw-r--r-- | ace/Service_Repository.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/ace/Service_Repository.h b/ace/Service_Repository.h index 4ff2668013e..c620e0ddfe2 100644 --- a/ace/Service_Repository.h +++ b/ace/Service_Repository.h @@ -115,9 +115,6 @@ private: static ACE_Service_Repository *svc_rep_; // Pointer to a process-wide <ACE_Service_Repository>. - static int instantiated_; - // Flag indicating whether the singleton has been instantiated or not. - static int delete_svc_rep_; // Must delete the <svc_rep_> if non-0. |