diff options
author | bala <bala@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2002-04-05 16:00:49 +0000 |
---|---|---|
committer | bala <bala@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2002-04-05 16:00:49 +0000 |
commit | 97619162eabd66f16f27f5e190e0e3f6177f9fc6 (patch) | |
tree | 4665708828ac56efb74b9f3d1c0b6aea830f39fd /TAO/tao/Condition.inl | |
parent | 555933247d416e531b29d8e4f4a81d3cda70896d (diff) | |
download | ATCD-97619162eabd66f16f27f5e190e0e3f6177f9fc6.tar.gz |
ChangeLogTag: Fri Apr 5 15:57:54 2002 Balachandran Natarajan <bala@cs.wustl.edu>
Diffstat (limited to 'TAO/tao/Condition.inl')
-rw-r--r-- | TAO/tao/Condition.inl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/Condition.inl b/TAO/tao/Condition.inl index b514ce2ef60..7e41b1cb2d0 100644 --- a/TAO/tao/Condition.inl +++ b/TAO/tao/Condition.inl @@ -21,7 +21,7 @@ TAO_Condition<MUTEX>::wait (MUTEX &mutex, template <class MUTEX> ACE_INLINE int TAO_Condition<MUTEX>::wait (const ACE_Time_Value *abstime) { - return this->wait (this->mutex_, abstime); + return this->wait (*this->mutex_, abstime); } template<class MUTEX> ACE_INLINE int |