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