1#ifndef Cpl_Itc_AtomicCallback_h_
2#define Cpl_Itc_AtomicCallback_h_
32template <
class ACCESS_API>
46 virtual void execute( ACCESS_API& api ) = 0;
This abstract class defines a call-back interface that clients use to issue multiple service requests...
Definition AtomicCallback.h:34
virtual void execute(ACCESS_API &api)=0
This is a call-back method that is implemented by the client.
virtual ~AtomicCallback()
Virtual destructor.
Definition AtomicCallback.h:37
The 'Cpl' namespace is the root name space for the Colony.
Definition Api16.h:20