diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-10-04 21:24:42 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-10-04 21:24:42 +0000 |
commit | 099b967f5335f5c61059346728838f4f5f035702 (patch) | |
tree | d64baf56dca06e7bce5f5fdd84b7df4d5987d45d /ace/Map_Manager.h | |
parent | e3ae6e4107ffa3c76ed73c664d38ab1dd955b2d6 (diff) | |
download | ATCD-099b967f5335f5c61059346728838f4f5f035702.tar.gz |
*** empty log message ***
Diffstat (limited to 'ace/Map_Manager.h')
-rw-r--r-- | ace/Map_Manager.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/Map_Manager.h b/ace/Map_Manager.h index 5f90fc8f279..62eaf46bfa7 100644 --- a/ace/Map_Manager.h +++ b/ace/Map_Manager.h @@ -213,7 +213,7 @@ protected: ACE_Allocator *allocator_; // Pointer to a memory allocator. - LOCK lock_; + ACE_LOCK lock_; // Synchronization variable for the MT_SAFE <ACE_Map_Manager>. int equal (const EXT_ID &id1, const EXT_ID &id2); |