22 #ifndef __DAAL_HOST_APP_H__
23 #define __DAAL_HOST_APP_H__
25 #include "services/daal_defines.h"
26 #include "services/base.h"
27 #include "services/daal_shared_ptr.h"
45 class DAAL_EXPORT HostAppIface :
public Base
50 virtual ~HostAppIface();
56 virtual bool isCancelled() = 0;
61 typedef services::SharedPtr<HostAppIface> HostAppIfacePtr;
64 using interface1::HostAppIface;
65 using interface1::HostAppIfacePtr;
69 #endif //__DAAL_HOST_APP_H__
daal
Definition: algorithm_base_common.h:31
daal::services::interface1::HostAppIface
Abstract class which defines callback interface for the host application of this library to enable su...
Definition: host_app.h:45
daal::Base
Base class for Intel(R) Data Analytics Acceleration Library objects
Definition: base.h:39