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/Muxed_TMS.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/Muxed_TMS.h')
-rw-r--r-- | TAO/tao/Muxed_TMS.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/Muxed_TMS.h b/TAO/tao/Muxed_TMS.h index a7385f1ce0a..0fdf9fd71f8 100644 --- a/TAO/tao/Muxed_TMS.h +++ b/TAO/tao/Muxed_TMS.h @@ -69,7 +69,7 @@ public: protected: /// Lock to protect the state of this class - ACE_SYNCH_MUTEX lock_; + TAO_SYNCH_MUTEX lock_; /// Used to generate a different request_id on each call to /// request_id(). |