summaryrefslogtreecommitdiff
path: root/ace/Atomic_Op_T.h
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2003-02-25 16:09:51 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2003-02-25 16:09:51 +0000
commit97efc11859eea00ad23a0acfb00a287d1ebb890f (patch)
treef24568f0274a735c805d54eda426f7de861fd83a /ace/Atomic_Op_T.h
parent9e11396b0e5623231f0b58ab2d9637ab6c7c590b (diff)
downloadATCD-97efc11859eea00ad23a0acfb00a287d1ebb890f.tar.gz
ChangeLogTag:Tue Feb 25 08:09:13 2003 Ossama Othman <ossama@uci.edu>
Diffstat (limited to 'ace/Atomic_Op_T.h')
-rw-r--r--ace/Atomic_Op_T.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ace/Atomic_Op_T.h b/ace/Atomic_Op_T.h
index 51d1ba93666..47f9c9bce28 100644
--- a/ace/Atomic_Op_T.h
+++ b/ace/Atomic_Op_T.h
@@ -128,7 +128,7 @@ public:
private:
/// Type of synchronization mechanism.
- mutable ACE_LOCK &mutex_;
+ ACE_LOCK &mutex_;
/// Current object decorated by the atomic op.
TYPE value_;
@@ -231,7 +231,7 @@ public:
private:
/// Type of synchronization mechanism.
- mutable ACE_LOCK own_mutex_;
+ ACE_LOCK own_mutex_;
/// Underlying atomic op implementation.
ACE_Atomic_Op_Ex <ACE_LOCK, TYPE> impl_;