1#ifndef Cpl_Itc_CloseApi_h_
2#define Cpl_Itc_CloseApi_h_
40 virtual bool close(
void* args =
nullptr ) = 0;
This abstract class defines an close interface.
Definition CloseApi.h:35
virtual ~CloseApi()
Virtual destructor.
Definition CloseApi.h:45
virtual bool close(void *args=nullptr)=0
Synchronously closes/cleans-up the called object.
The 'Cpl' namespace is the root name space for the Colony.
Definition Api16.h:20