--- parser3/src/include/pa_xml_exception.h 2013/10/15 22:28:36 1.9 +++ parser3/src/include/pa_xml_exception.h 2026/04/25 13:38:46 1.16 @@ -1,8 +1,8 @@ /** @file Parser: xml exception decls. - Copyright (c) 2001-2012 Art. Lebedev Studio (http://www.artlebedev.com) - Author: Alexandr Petrosian (http://paf.design.ru) + Copyright (c) 2001-2026 Art. Lebedev Studio (https://www.artlebedev.com) + Authors: Konstantin Morshnev , Alexandr Petrosian */ #ifndef PA_XML_EXCEPTION_H @@ -10,7 +10,7 @@ #ifdef XML -#define IDENT_PA_XML_EXCEPTION_H "$Id: pa_xml_exception.h,v 1.9 2013/10/15 22:28:36 moko Exp $" +#define IDENT_PA_XML_EXCEPTION_H "$Id: pa_xml_exception.h,v 1.16 2026/04/25 13:38:46 moko Exp $" const char* const XML_VALUE_MUST_BE_STRING = "value must be string"; const char* const XML_DATA_MUST_BE_STRING = "data must be string"; @@ -34,7 +34,7 @@ const char* const XML_INVALID_LOCAL_NAME class XmlException: public Exception { public: - XmlException(const String* aproblem_source, const char* aproblem_comment=0, ...); + XmlException(const String* aproblem_source, const char* aproblem_comment, ...); XmlException(const String* aproblem_source, Request& r); XmlException(); };