/* * GetDDBaseNode.hh * * Created on: Oct 31, 2012 * Author: f.casimir */ #ifndef GETDDBASENODE_HH_ #define GETDDBASENODE_HH_ #include "NodeCfg.hh" namespace AMDA { namespace XMLParameterConfigurator { class GetDDBaseNode: public AMDA::XMLConfigurator::NodeGrpCfg { public: /** * @brief Constructor. */ GetDDBaseNode(); /** * @brief Reading of get/vi node. */ void proceed(xmlNodePtr pNode, const AMDA::Parameters::CfgContext& pContext); }; } /* namespace XMLParameterConfigurator */ } /* namespace AMDA */ #endif /* GETDDBASENODE_HH_ */