21#ifndef __ANTARES_LIBS_STUDY_ACTION_HANDLER_ANTARES_CONSTRAINT_ENABLED_H__
22#define __ANTARES_LIBS_STUDY_ACTION_HANDLER_ANTARES_CONSTRAINT_ENABLED_H__
25#include <action/action.h>
49 template<
class StringT>
62 Antares::Data::ConstraintName pOriginalConstraintName;
Definition antares-study.h:28
IAction::Ptr Ptr
The most suitable smart ptr for the class.
Definition enabled.h:39
IAction::ThreadingPolicy ThreadingPolicy
The threading policy.
Definition enabled.h:41
virtual ~Enabled()
Destructor.
Definition enabled.hxx:38
Enabled(const StringT &name)
Default constructor.
Definition enabled.hxx:33
virtual bool prepareWL(Context &ctx)
Prepare the execution.
Definition enabled.cpp:33
virtual bool performWL(Context &ctx)
Perform the action.
Definition enabled.cpp:50
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