21#ifndef __ANTARES_LIBS_STUDY_ACTION_HANDLER_ANTARES_AREA_ALLOCATION_HYDRO_H__
22#define __ANTARES_LIBS_STUDY_ACTION_HANDLER_ANTARES_AREA_ALLOCATION_HYDRO_H__
25#include <action/action.h>
60 Data::AreaName pOriginalAreaName;
Definition antares-study.h:28
Definition allocation-hydro.h:36
IAction::ThreadingPolicy ThreadingPolicy
The threading policy.
Definition allocation-hydro.h:41
virtual ~AllocationHydro()
Destructor.
Definition allocation-hydro.cpp:38
virtual bool performWL(Context &ctx)
Perform the action.
Definition allocation-hydro.cpp:59
virtual void createPostActionsWL(const IAction::Ptr &node)
Create post actions (if any)
Definition allocation-hydro.cpp:65
virtual bool prepareWL(Context &ctx)
Prepare the execution.
Definition allocation-hydro.cpp:42
AllocationHydro(const AnyString &areaname)
Default constructor.
Definition allocation-hydro.cpp:33
IAction::Ptr Ptr
The most suitable smart ptr for the class.
Definition allocation-hydro.h:39
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