GetAMDAParamNode.hh
526 Bytes
/*
* AMDAParamNNode.hh
*
* Created on: Nov 16, 2012
* Author: f.casimir
*/
#ifndef AMDAPARAMNNODE_HH_
#define AMDAPARAMNNODE_HH_
#include "NodeCfg.hh"
namespace AMDA {
namespace XMLParameterConfigurator {
class GetAMDAParamNode: public AMDA::XMLConfigurator::NodeCfg {
public:
GetAMDAParamNode();
virtual ~GetAMDAParamNode();
void proceed( xmlNodePtr pNode, const AMDA::Parameters::CfgContext& pContext);
};
} /* namespace XMLParameterConfigurator */
} /* namespace AMDA */
#endif /* AMDAPARAMNNODE_HH_ */