21#ifndef __ANTARES_LIBS_STUDY_ACTION_THERMAL_PLANT_COMMON_H__
22#define __ANTARES_LIBS_STUDY_ACTION_THERMAL_PLANT_COMMON_H__
25#include <action/action.h>
33namespace ThermalCluster
Definition antares-study.h:28
IAction::ThreadingPolicy ThreadingPolicy
The threading policy.
Definition common.h:41
virtual bool prepareWL(Context &ctx)
Prepare the execution.
Definition common.cpp:43
virtual bool performWL(Context &ctx)
Perform the action.
Definition common.cpp:60
IAction::Ptr Ptr
The most suitable smart ptr for the class.
Definition common.h:39
virtual ~CommonData()
Destructor.
Definition common.cpp:39
CommonData()
Default constructor.
Definition common.cpp:34
AncestorType::Ptr Ptr
The most suitable smart ptr for the class.
Definition action.h:43
AncestorType::ThreadingPolicy ThreadingPolicy
The threading policy.
Definition action.h:45