summaryrefslogtreecommitdiff
path: root/ace/Service_Repository.h
diff options
context:
space:
mode:
authornanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-06-02 06:23:09 +0000
committernanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-06-02 06:23:09 +0000
commitbed88a9e9b1637a4fffc4a0ba27a138fdce7f60d (patch)
tree689409ae3a062b8f19f3ba02838278726003559a /ace/Service_Repository.h
parenta8d245fecc62ee2b62a3faa9538b74a2eaf993cd (diff)
downloadATCD-bed88a9e9b1637a4fffc4a0ba27a138fdce7f60d.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.h3
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.