diff options
author | fhunleth <fhunleth@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2001-02-02 02:32:10 +0000 |
---|---|---|
committer | fhunleth <fhunleth@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2001-02-02 02:32:10 +0000 |
commit | 7ed0821f86e4b70dc75e18c4c960e8d2d895c647 (patch) | |
tree | e6c4cb63722c260d6c229f938dc9a28800bf50ae /TAO/tao/MProfile.h | |
parent | 77f6a46a8d173c3c6b20065623ed1c50857d2afb (diff) | |
download | ATCD-7ed0821f86e4b70dc75e18c4c960e8d2d895c647.tar.gz |
ChangeLogTag: Thu Feb 1 20:29:54 2001 Frank Hunleth <fhunleth@cs.wustl.edu>
Diffstat (limited to 'TAO/tao/MProfile.h')
-rw-r--r-- | TAO/tao/MProfile.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/MProfile.h b/TAO/tao/MProfile.h index ba1255a070a..d2cfce4a8f1 100644 --- a/TAO/tao/MProfile.h +++ b/TAO/tao/MProfile.h @@ -191,7 +191,7 @@ protected: /// Mutex used to make sure that only one policy list /// is created. - ACE_SYNCH_RECURSIVE_MUTEX mutex_; + TAO_SYNCH_RECURSIVE_MUTEX mutex_; protected: /// return the complete list of profiles, this object retains |