summaryrefslogtreecommitdiff
path: root/ACE/ace/Semaphore.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2007-05-29 07:08:16 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2007-05-29 07:08:16 +0000
commit0bdaa7567584649ef449e5d8d878ebf2f739fff4 (patch)
tree71d30794b8b840c0ead4c62ad289da29cf9e54c4 /ACE/ace/Semaphore.h
parent224bdb9d4a763945e8c30646f0e0d69b544c8d33 (diff)
downloadATCD-0bdaa7567584649ef449e5d8d878ebf2f739fff4.tar.gz
Tue May 29 07:07:55 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'ACE/ace/Semaphore.h')
-rw-r--r--ACE/ace/Semaphore.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/ace/Semaphore.h b/ACE/ace/Semaphore.h
index 96064adfdd1..1fb8c5fa2f3 100644
--- a/ACE/ace/Semaphore.h
+++ b/ACE/ace/Semaphore.h
@@ -165,7 +165,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.