summaryrefslogtreecommitdiff
path: root/TAO/tao/DynamicInterface/Context.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2005-07-19 10:12:43 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2005-07-19 10:12:43 +0000
commit58931bcff8836319309cf701d3b26cda6c330577 (patch)
tree923c49d0d7dea89e16a30ab5522c6e45c9d7c022 /TAO/tao/DynamicInterface/Context.h
parent4a096854f436535c8b01c294965a7c48fbde39f8 (diff)
downloadATCD-58931bcff8836319309cf701d3b26cda6c330577.tar.gz
ChangeLogTag: Tue Jul 19 09:08:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tao/DynamicInterface/Context.h')
-rw-r--r--TAO/tao/DynamicInterface/Context.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/TAO/tao/DynamicInterface/Context.h b/TAO/tao/DynamicInterface/Context.h
index 82b9a5b0a0a..ca807b95828 100644
--- a/TAO/tao/DynamicInterface/Context.h
+++ b/TAO/tao/DynamicInterface/Context.h
@@ -117,11 +117,8 @@ namespace CORBA
typedef CORBA::Context_var _var_type;
private:
- /// Reference counting.
- CORBA::ULong refcount_;
-
- /// Protect the reference count.
- TAO_SYNCH_MUTEX refcount_lock_;
+ /// Reference counter.
+ ACE_Atomic_Op<TAO_SYNCH_MUTEX, CORBA::ULong> refcount_;
};
/**