12 #ifndef _ICANCELLATIONTOKEN_H_ 
   13 #define _ICANCELLATIONTOKEN_H_ 
   17 namespace artec { 
namespace sdk { 
namespace base
 
   37 #endif // _ICANCELLATIONTOKEN_H_ 
Callback interface to notify process about cancellation. 
virtual bool isCancellationRequested()=0
Callback to ask if the process is canceled and should stop as soon as possible. 
Interface that implements reference counting and life-time management.