21 #ifndef __ANTARES_LIBS_STUDY_ACTION_HANDLER_ANTARES_LINK_COMMENTS_H__
22 #define __ANTARES_LIBS_STUDY_ACTION_HANDLER_ANTARES_LINK_COMMENTS_H__
24 #include <yuni/yuni.h>
25 #include <action/action.h>
27 namespace Antares::Action::AntaresStudy::Link
43 template<
class StringT1,
class StringT2>
44 Comments(
const StringT1& fromarea,
const StringT2& toarea);
56 Data::AreaName pOriginalFromAreaName;
58 Data::AreaName pOriginalToAreaName;
64 #include "comments.hxx"
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