diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-10-18 19:03:14 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-10-18 19:03:14 +0000 |
commit | 7f35741f0e637f00a9611380247052ec2d91dea1 (patch) | |
tree | 48f701a246f52578554df3641cce5cf17f9f308e /ace/Object_Manager.h | |
parent | a8bd64c5e5d5f4b3fe38fb73c6545640ccbcc4dd (diff) | |
download | ATCD-7f35741f0e637f00a9611380247052ec2d91dea1.tar.gz |
moved ace_thread_exit_lock_ to Object_Manager
Diffstat (limited to 'ace/Object_Manager.h')
-rw-r--r-- | ace/Object_Manager.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ace/Object_Manager.h b/ace/Object_Manager.h index f9c4cc93d7f..ad407c4da51 100644 --- a/ace/Object_Manager.h +++ b/ace/Object_Manager.h @@ -165,6 +165,7 @@ public: ACE_OS_MONITOR_LOCK, ACE_SIG_HANDLER_LOCK, ACE_SVC_HANDLER_LOCK, + ACE_THREAD_EXIT_LOCK, ACE_TOKEN_MANAGER_CREATION_LOCK, ACE_TOKEN_INVARIANTS_CREATION_LOCK, ACE_TSS_CLEANUP_LOCK, |