1#ifndef Cpl_Itc_AtomicApi_h_
2#define Cpl_Itc_AtomicApi_h_
30template <
class ACCESS_API>
This abstract class provides an interface to allow a client to call the server synchronously to have ...
Definition AtomicApi.h:32
virtual void executeAtomic(AtomicCallback< ACCESS_API > &clientToCallback)=0
This method initiates (via sync ITC) the process of invoking an Atomic Operation.
virtual ~AtomicApi()
Virtual Destructor.
Definition AtomicApi.h:42
This abstract class defines a call-back interface that clients use to issue multiple service requests...
Definition AtomicCallback.h:34
The 'Cpl' namespace is the root name space for the Colony.
Definition Api16.h:20