21#ifndef __ANTARES_LIBS_STUDY_ACTION_HANDLER_ANTARES_AREA_POSITION_H__
22#define __ANTARES_LIBS_STUDY_ACTION_HANDLER_ANTARES_AREA_POSITION_H__
25#include <action/action.h>
49 explicit Position(
const AnyString& areaname);
59 Data::AreaName pOriginalAreaName;
Definition antares-study.h:28
virtual bool prepareWL(Context &ctx)
Prepare the execution.
Definition position.cpp:43
IAction::ThreadingPolicy ThreadingPolicy
The threading policy.
Definition position.h:41
IAction::Ptr Ptr
The most suitable smart ptr for the class.
Definition position.h:39
Position(const AnyString &areaname)
Default constructor.
Definition position.cpp:34
virtual bool performWL(Context &ctx)
Perform the action.
Definition position.cpp:68
virtual ~Position()
Destructor.
Definition position.cpp: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