summaryrefslogtreecommitdiff
path: root/ace/Object_Manager.h
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-07-20 16:11:58 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-07-20 16:11:58 +0000
commit1298583611c3aecfea0085f19619593a9bdd8fcf (patch)
tree56c1e1fd5a8b9fd2f1a0d708c7977172b0d4d6a9 /ace/Object_Manager.h
parentb61ced8863433bd2386ed799070caecb6f84eb2e (diff)
downloadATCD-1298583611c3aecfea0085f19619593a9bdd8fcf.tar.gz
added ACE_TSS_BASE_LOCK
Diffstat (limited to 'ace/Object_Manager.h')
-rw-r--r--ace/Object_Manager.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/ace/Object_Manager.h b/ace/Object_Manager.h
index 25266e41002..61c92fb1a14 100644
--- a/ace/Object_Manager.h
+++ b/ace/Object_Manager.h
@@ -198,6 +198,9 @@ public:
ACE_TOKEN_MANAGER_CREATION_LOCK,
ACE_TOKEN_INVARIANTS_CREATION_LOCK,
ACE_TSS_CLEANUP_LOCK,
+# if defined (ACE_HAS_TSS_EMULATION) && defined(ACE_USE_NATIVE_KEYS)
+ ACE_TSS_BASE_LOCK,
+# endif /* ACE_HAS_TSS_EMULATION && ACE_USE_NATIVE_KEYS */
#endif /* ACE_MT_SAFE */
// Hook for preallocated objects provided by application.