diff options
author | bala <bala@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2002-12-29 13:50:32 +0000 |
---|---|---|
committer | bala <bala@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2002-12-29 13:50:32 +0000 |
commit | a25108b1ef235cfe1abde463ec81440fd72127e6 (patch) | |
tree | 4aa63c7792e8f81ec672f004dce4eaba8fad16a0 /TAO/tao/Muxed_TMS.h | |
parent | 2338d95a67fe6bad7bbe1916bda3d5855d9dd863 (diff) | |
download | ATCD-a25108b1ef235cfe1abde463ec81440fd72127e6.tar.gz |
ChangeLogTag: Sun Dec 29 08:44:06 2002 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.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 fc942ddb610..893d06440eb 100644 --- a/TAO/tao/Muxed_TMS.h +++ b/TAO/tao/Muxed_TMS.h @@ -65,7 +65,7 @@ public: protected: /// Lock to protect the state of this class - TAO_SYNCH_MUTEX lock_; + TAO_SYNCH_RECURSIVE_MUTEX lock_; /// Used to generate a different request_id on each call to /// request_id(). |