Constant.cc
740 Bytes
#include "Constant.hh"
namespace AMDA
{
namespace XMLConfigurator
{
const char* ERROR_BAD_XML_FORMAT="Not a well-formed XML document";
const char* ERROR_DOC_NOT_VALID="Not a valid XML document";
const char* ERROR_EMPTY_DOCUMENT="Empty document";
const char* ERROR_ROOT_NODE_NOT_SUPPORTED="Root node supported";
const char* WARNING_NODE_NOT_SUPPORTED="not supported: ";
const char* ERROR_MANDATORY_ATTRIBUTE_MISSING="Missing mandatory attribute: ";
const char* PARAMNAME="name";
const char* TIMETABLENAME="name";
const char* ERROR_FILE_NOT_EXIST="Not found file: ";
const char* PARAMINFO="paramInfo";
} /* namespace XMLParameterConfigurator */
} /* namespace AMDA */