21 #ifndef __ANTARES_LIBS_STUDY_ACTION_HANDLER_ANTARES_AREA_UNLOAD_DATA_H__
22 #define __ANTARES_LIBS_STUDY_ACTION_HANDLER_ANTARES_AREA_UNLOAD_DATA_H__
24 #include <yuni/yuni.h>
25 #include <action/action.h>
27 namespace Antares::Action::AntaresStudy::Link
43 UnloadData(
const AnyString& fromarea,
const AnyString& toarea);
57 Data::AreaName pOriginalFromAreaName;
59 Data::AreaName pOriginalToAreaName;
65 #include "unload-data.hxx"
Definition: unload-data.h:30
virtual bool visible() const
Get if the action should be visible to the user.
Definition: unload-data.hxx:26
virtual ~UnloadData()
Destructor.
Definition: unload-data.cpp:34
UnloadData(const AnyString &fromarea, const AnyString &toarea)
Default constructor.
Definition: unload-data.cpp:27
IAction::ThreadingPolicy ThreadingPolicy
The threading policy.
Definition: unload-data.h:35
virtual bool performWL(Context &ctx)
Perform the action.
Definition: unload-data.cpp:55
IAction::Ptr Ptr
The most suitable smart ptr for the class.
Definition: unload-data.h:33
virtual bool prepareWL(Context &ctx)
Prepare the execution.
Definition: unload-data.cpp:38
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