summaryrefslogtreecommitdiff
path: root/ACE/ace/Atomic_Op.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2020-01-21 20:13:29 +0100
committerJohnny Willemsen <jwillemsen@remedy.nl>2020-01-21 20:13:29 +0100
commit1afb3f00e95cf72bf39305bf62c6f06b90d39add (patch)
tree1ad126b73722f33944d3dae11f6238c6a150b8c7 /ACE/ace/Atomic_Op.h
parentd6c5fa19716b710de9738e80cc5c2840670a921e (diff)
downloadATCD-1afb3f00e95cf72bf39305bf62c6f06b90d39add.tar.gz
Some more layout changes to trigger CI builds
* ACE/ace/Activation_Queue.h: * ACE/ace/Active_Map_Manager.h: * ACE/ace/Active_Map_Manager_T.h: * ACE/ace/Argv_Type_Converter.h: * ACE/ace/Array_Map.h: * ACE/ace/Asynch_Connector.h: * ACE/ace/Atomic_Op.h: * ACE/ace/Atomic_Op_GCC_T.h: * ACE/ace/Based_Pointer_Repository.h: * ACE/ace/Bound_Ptr.h: * ACE/ace/CDR_Stream.h: * ACE/ace/Cache_Map_Manager_T.h: * ACE/ace/Caching_Strategies_T.h: * ACE/ace/Capabilities.h: * ACE/ace/Containers_T.h: * ACE/ace/DLL.h: * ACE/ace/DLL_Manager.h: * ACE/ace/Dev_Poll_Reactor.h:
Diffstat (limited to 'ACE/ace/Atomic_Op.h')
-rw-r--r--ACE/ace/Atomic_Op.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/ACE/ace/Atomic_Op.h b/ACE/ace/Atomic_Op.h
index 0b2535e7982..b9b179c007a 100644
--- a/ACE/ace/Atomic_Op.h
+++ b/ACE/ace/Atomic_Op.h
@@ -142,14 +142,12 @@ public:
static void init_functions (void);
private:
-
/// This function cannot be supported by this template specialization.
/// If you need access to an underlying lock, use the ACE_Atomic_Op_Ex
/// template instead.
ACE_Thread_Mutex &mutex (void);
private:
-
/// Current object decorated by the atomic op.
volatile long value_;
@@ -242,14 +240,12 @@ public:
static void init_functions (void);
private:
-
/// This function cannot be supported by this template specialization.
/// If you need access to an underlying lock, use the ACE_Atomic_Op_Ex
/// template instead.
ACE_Thread_Mutex &mutex (void);
private:
-
/// Current object decorated by the atomic op.
volatile unsigned long value_;