20 #ifndef RTC_LOCAL_ICOMPONENTACTION_H 21 #define RTC_LOCAL_ICOMPONENTACTION_H 56 #endif // RTC_LOCAL_ICOMPONENTACTION_H EXECUTION_HANDLE_TYPE_NATIVE ExecutionContextHandle_t
virtual ReturnCode_t on_shutdown(ExecutionContextHandle_t ec_handle)=0
virtual ReturnCode_t on_finalize()=0
virtual ReturnCode_t on_reset(ExecutionContextHandle_t ec_handle)=0
virtual ReturnCode_t on_error(ExecutionContextHandle_t ec_handle)=0
virtual ReturnCode_t on_activated(ExecutionContextHandle_t ec_handle)=0
virtual ReturnCode_t on_startup(ExecutionContextHandle_t ec_handle)=0
virtual ReturnCode_t on_aborting(ExecutionContextHandle_t ec_handle)=0
virtual ReturnCode_t on_deactivated(ExecutionContextHandle_t ec_handle)=0
virtual ReturnCode_t on_initialize()=0
IComponentAction interface class.
virtual ~IComponentAction()