11 #ifndef _IJOBOBSERVER_H_
12 #define _IJOBOBSERVER_H_
17 namespace artec {
namespace sdk {
namespace base
46 #ifdef __has_cpp_attribute
47 #if __has_cpp_attribute(deprecated)
56 #endif // _IJOBOBSERVER_H_
Callback interface to observe job completion.
IJobObserver IJobObsever
Backward-compability support for clients designed to work with previous versions of the SDK...
For inheritance, this class is preferred over IJobObsever.
Interface that implements reference counting and life-time management.
Implementation of IRef interface. To create your own class, inherit it from RefBase.
virtual void completed(ErrorCode result)=0
Job completion callback.