summaryrefslogtreecommitdiff
path: root/ACE/ace/Recursive_Thread_Mutex.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2006-07-27 10:20:25 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2006-07-27 10:20:25 +0000
commitb0eaac93d465dfab2784072a786b49653adc6aa5 (patch)
treebca6d1345896fc594f47eb4f00aa9cc3c808bd0e /ACE/ace/Recursive_Thread_Mutex.h
parent86cb0fa34681c88434629f5c93aca6b43cb2deb2 (diff)
downloadATCD-b0eaac93d465dfab2784072a786b49653adc6aa5.tar.gz
ChangeLogTag: Thu Jul 27 10:14:12 UTC 2006 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'ACE/ace/Recursive_Thread_Mutex.h')
-rw-r--r--ACE/ace/Recursive_Thread_Mutex.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/ace/Recursive_Thread_Mutex.h b/ACE/ace/Recursive_Thread_Mutex.h
index dda44473c3f..18b1551c3d1 100644
--- a/ACE/ace/Recursive_Thread_Mutex.h
+++ b/ACE/ace/Recursive_Thread_Mutex.h
@@ -174,7 +174,7 @@ protected:
/// destructor. This flag isn't protected by a lock, so make sure
/// that you don't have multiple threads simultaneously calling
/// <remove> on the same object, which is a bad idea anyway...
- int removed_;
+ bool removed_;
private:
// = Prevent assignment and initialization.