21 #ifndef __ANTARES_LIBS_STUDY_ACTION_HANDLER_ANTARES_AREA_ALLOCATION_HYDRO_H__
22 #define __ANTARES_LIBS_STUDY_ACTION_HANDLER_ANTARES_AREA_ALLOCATION_HYDRO_H__
24 #include <yuni/yuni.h>
25 #include <action/action.h>
27 namespace Antares::Action::AntaresStudy::Area
54 Data::AreaName pOriginalAreaName;
Definition: allocation-hydro.h:30
IAction::ThreadingPolicy ThreadingPolicy
The threading policy.
Definition: allocation-hydro.h:35
virtual ~AllocationHydro()
Destructor.
Definition: allocation-hydro.cpp:33
virtual bool performWL(Context &ctx)
Perform the action.
Definition: allocation-hydro.cpp:54
virtual void createPostActionsWL(const IAction::Ptr &node)
Create post actions (if any)
Definition: allocation-hydro.cpp:60
virtual bool prepareWL(Context &ctx)
Prepare the execution.
Definition: allocation-hydro.cpp:37
AllocationHydro(const AnyString &areaname)
Default constructor.
Definition: allocation-hydro.cpp:27
IAction::Ptr Ptr
The most suitable smart ptr for the class.
Definition: allocation-hydro.h:33
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