summaryrefslogtreecommitdiff
path: root/ACE/ace/RW_Mutex.cpp
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2008-12-01 13:47:06 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2008-12-01 13:47:06 +0000
commit18bdc6e533b41e28e8a330e65de866aa11f0f5a6 (patch)
treee126c7c48f35f34181189bd8653112abd5396687 /ACE/ace/RW_Mutex.cpp
parent70356c95c9c9c512b5555356022e4e3a34abe879 (diff)
downloadATCD-18bdc6e533b41e28e8a330e65de866aa11f0f5a6.tar.gz
Mon Dec 1 13:46:00 UTC 2008 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'ACE/ace/RW_Mutex.cpp')
-rw-r--r--ACE/ace/RW_Mutex.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/ace/RW_Mutex.cpp b/ACE/ace/RW_Mutex.cpp
index bfeac13c30b..319158da641 100644
--- a/ACE/ace/RW_Mutex.cpp
+++ b/ACE/ace/RW_Mutex.cpp
@@ -35,7 +35,7 @@ ACE_RW_Mutex::dump (void) const
}
ACE_RW_Mutex::ACE_RW_Mutex (int type, const ACE_TCHAR *name, void *arg)
- : removed_ (0)
+ : removed_ (false)
{
// ACE_TRACE ("ACE_RW_Mutex::ACE_RW_Mutex");
if (ACE_OS::rwlock_init (&this->lock_, type, name, arg) != 0)