diff options
author | Ossama Othman <ossama-othman@users.noreply.github.com> | 2002-01-27 08:03:50 +0000 |
---|---|---|
committer | Ossama Othman <ossama-othman@users.noreply.github.com> | 2002-01-27 08:03:50 +0000 |
commit | da6f49e84657dcb26e654028490abd433a812538 (patch) | |
tree | 470407fc6b6906f19ad9af8e910c12a6a15383b1 /TAO/tao/Object_Ref_Table.h | |
parent | e546bfaf66f3dcfd43cc2b464dd15c51456f027b (diff) | |
download | ATCD-da6f49e84657dcb26e654028490abd433a812538.tar.gz |
ChangeLogTag:Sat Jan 26 23:09:56 2002 Ossama Othman <ossama@uci.edu>
Diffstat (limited to 'TAO/tao/Object_Ref_Table.h')
-rw-r--r-- | TAO/tao/Object_Ref_Table.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/Object_Ref_Table.h b/TAO/tao/Object_Ref_Table.h index 8dd4f0e30ca..4dbcc29560b 100644 --- a/TAO/tao/Object_Ref_Table.h +++ b/TAO/tao/Object_Ref_Table.h @@ -49,7 +49,7 @@ class TAO_Export TAO_Object_Ref_Table { public: - typedef ACE_Hash_Map_Manager_Ex<const char *, CORBA::Object_ptr, ACE_Hash<const char *>, ACE_Equal_To<const char *>, ACE_Null_Mutex> Table; + typedef ACE_Hash_Map_Manager_Ex<const char *, CORBA::Object_ptr, ACE_Hash<const char *>, ACE_Equal_To<const char *>, TAO_SYNCH_MUTEX> Table; typedef Table::iterator Iterator; /// Constructor |