21 #ifndef __ANTARES_LIBS_STUDY_ACTION_HANDLER_ANTARES_AREA_POSITION_H__
22 #define __ANTARES_LIBS_STUDY_ACTION_HANDLER_ANTARES_AREA_POSITION_H__
24 #include <yuni/yuni.h>
25 #include <action/action.h>
27 namespace Antares::Action::AntaresStudy::Area
43 explicit Position(
const AnyString& areaname);
53 Data::AreaName pOriginalAreaName;
Definition: position.h:30
virtual bool prepareWL(Context &ctx)
Prepare the execution.
Definition: position.cpp:38
IAction::ThreadingPolicy ThreadingPolicy
The threading policy.
Definition: position.h:35
IAction::Ptr Ptr
The most suitable smart ptr for the class.
Definition: position.h:33
Position(const AnyString &areaname)
Default constructor.
Definition: position.cpp:28
virtual bool performWL(Context &ctx)
Perform the action.
Definition: position.cpp:67
virtual ~Position()
Destructor.
Definition: position.cpp:34
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