diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-07-20 16:11:58 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-07-20 16:11:58 +0000 |
commit | 1298583611c3aecfea0085f19619593a9bdd8fcf (patch) | |
tree | 56c1e1fd5a8b9fd2f1a0d708c7977172b0d4d6a9 /ace/Object_Manager.h | |
parent | b61ced8863433bd2386ed799070caecb6f84eb2e (diff) | |
download | ATCD-1298583611c3aecfea0085f19619593a9bdd8fcf.tar.gz |
added ACE_TSS_BASE_LOCK
Diffstat (limited to 'ace/Object_Manager.h')
-rw-r--r-- | ace/Object_Manager.h | 3 |
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. |