2 #ifndef _YI_TASK_EVENT_H_ 3 #define _YI_TASK_EVENT_H_ 30 std::unique_ptr<CYITaskBase> m_pTask;
39 #endif // _YI_TASK_EVENT_H_
#define YI_DISALLOW_COPY_AND_ASSIGN(TypeName)
Delete the copy constructor and assignment operator (and consequently the move constructor as well) ...
Definition: YiPredef.h:114
Base class for events.
Definition: YiEvent.h:489
CYITaskEvent(std::unique_ptr< CYITaskBase > pTask)
Event class containing CYITaskBase items. Supports the task being executed when the event is handled...
Definition: YiTaskEvent.h:18