21 #ifndef __ANTARES_LIBS_STUDY_ACTION_THERMAL_PLANT_COMMON_H__
22 #define __ANTARES_LIBS_STUDY_ACTION_THERMAL_PLANT_COMMON_H__
24 #include <yuni/yuni.h>
25 #include <action/action.h>
27 namespace Antares::Action::AntaresStudy::ThermalCluster
IAction::ThreadingPolicy ThreadingPolicy
The threading policy.
Definition: common.h:35
virtual bool prepareWL(Context &ctx)
Prepare the execution.
Definition: common.cpp:37
virtual bool performWL(Context &ctx)
Perform the action.
Definition: common.cpp:54
IAction::Ptr Ptr
The most suitable smart ptr for the class.
Definition: common.h:33
virtual ~CommonData()
Destructor.
Definition: common.cpp:33
CommonData()
Default constructor.
Definition: common.cpp:28
AncestorType::Ptr Ptr
The most suitable smart ptr for the class.
Definition: action.h:41
AncestorType::ThreadingPolicy ThreadingPolicy
The threading policy.
Definition: action.h:43