21#ifndef __ANTARES_LIBS_STUDY_ACTION_HANDLER_ANTARES_AREA_UNLOAD_DATA_H__
22#define __ANTARES_LIBS_STUDY_ACTION_HANDLER_ANTARES_AREA_UNLOAD_DATA_H__
25#include <action/action.h>
49 UnloadData(
const AnyString& fromarea,
const AnyString& toarea);
63 Data::AreaName pOriginalFromAreaName;
65 Data::AreaName pOriginalToAreaName;
74#include "unload-data.hxx"
Definition antares-study.h:28
Definition unload-data.h:36
virtual bool visible() const
Get if the action should be visible to the user.
Definition unload-data.hxx:32
virtual ~UnloadData()
Destructor.
Definition unload-data.cpp:39
UnloadData(const AnyString &fromarea, const AnyString &toarea)
Default constructor.
Definition unload-data.cpp:33
IAction::ThreadingPolicy ThreadingPolicy
The threading policy.
Definition unload-data.h:41
virtual bool performWL(Context &ctx)
Perform the action.
Definition unload-data.cpp:60
IAction::Ptr Ptr
The most suitable smart ptr for the class.
Definition unload-data.h:39
virtual bool prepareWL(Context &ctx)
Prepare the execution.
Definition unload-data.cpp:43
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