16 #ifndef __IPSDKCORE_REQUESTREMOTECANCELLATION_H__ 17 #define __IPSDKCORE_REQUESTREMOTECANCELLATION_H__ 19 #include <IPSDKCore/Processing/Action/BaseSimpleAction.h> 48 const Guid& getProviderGuid()
const;
67 #endif // __IPSDKCORE_REQUESTREMOTECANCELLATION_H__
Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
Guid _providerGuid
provider guid has known on remote machine
Definition: RequestRemoteCancellation.h:58
#define IPSDKCORE_API
Import/Export macro for library IPSDKCore.
Definition: IPSDKCoreExports.h:27
Class encapsulating an auto initialized uuid.
Definition: Guid.h:27
Base class for library simple actions.
Definition: BaseSimpleAction.h:26
#define IPSDK_DECLARE_ACTION(libraryName, className)
macro allowing to declare an action concrete class
Definition: ActionHdrMacros.h:27
Action allowing to request termination of a given provider on a remote machine.
Definition: RequestRemoteCancellation.h:27