diff options
author | bala <bala@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2003-04-10 15:40:11 +0000 |
---|---|---|
committer | bala <bala@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2003-04-10 15:40:11 +0000 |
commit | a68b146a40517edde8fd3a6fbf65ef95f2c26311 (patch) | |
tree | b15927fa8a27e7c84b7a8c8e39a9187a25ad3151 /TAO/tao/Muxed_TMS.h | |
parent | 213372f604ef481f449452d76efdf09ed1bc4879 (diff) | |
download | ATCD-a68b146a40517edde8fd3a6fbf65ef95f2c26311.tar.gz |
ChangeLogTag: Thu Apr 10 10:30x:33 2003 Balachandran Natarajan <bala@dre.vanderbilt.edu>
Diffstat (limited to 'TAO/tao/Muxed_TMS.h')
-rw-r--r-- | TAO/tao/Muxed_TMS.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/TAO/tao/Muxed_TMS.h b/TAO/tao/Muxed_TMS.h index 5b862542812..a2dae4572c7 100644 --- a/TAO/tao/Muxed_TMS.h +++ b/TAO/tao/Muxed_TMS.h @@ -64,9 +64,6 @@ public: virtual void connection_closed (void); protected: - /// Lock to protect the state of this class - TAO_SYNCH_RECURSIVE_MUTEX lock_; - /// Used to generate a different request_id on each call to /// request_id(). CORBA::ULong request_id_generator_; |