X-Git-Url: https://git.teslayout.com/public/public/public/?a=blobdiff_plain;f=source%2Fxml%2FDTDFile.cpp;h=4f3a29f9b67875c7f14effd2e0482d6fc8000569;hb=4275d46f5d3c3a150ced258ae20c985520f6477a;hp=6cc20c31f0710aaa84df2341acfa73958cee0060;hpb=93366a0bda79e6fd6e7dad6316bfcf8cc82f5731;p=anna.git diff --git a/source/xml/DTDFile.cpp b/source/xml/DTDFile.cpp index 6cc20c3..4f3a29f 100644 --- a/source/xml/DTDFile.cpp +++ b/source/xml/DTDFile.cpp @@ -23,8 +23,8 @@ using namespace std; using namespace anna; using namespace anna::xml; -_xmlDtd* DTDFile::parse(const char* filename) const -throw(RuntimeException) { +_xmlDtd* DTDFile::parse(const char *filename) const +noexcept(false) { LOGMETHOD(TraceMethod tf("anna::xml::DTDFile", "parse", ANNA_FILE_LOCATION)); _xmlDtd* result; int stream;