X-Git-Url: https://git.teslayout.com/public/public/public/?p=anna.git;a=blobdiff_plain;f=source%2Fxml%2FDocumentMemory.cpp;fp=source%2Fxml%2FDocumentMemory.cpp;h=95f79439aeda081dfbe9890d7028a35bd02faac5;hp=4b7ccf5c66f902b48c6ae8d5eb833ae7063eea91;hb=5a6cba5fde2b2f538a7515f8293cc0a8d9589dfa;hpb=af9c86ffb0e28d35ad94d99c5f77e41578c972b4 diff --git a/source/xml/DocumentMemory.cpp b/source/xml/DocumentMemory.cpp index 4b7ccf5..95f7943 100644 --- a/source/xml/DocumentMemory.cpp +++ b/source/xml/DocumentMemory.cpp @@ -20,7 +20,7 @@ using namespace anna; using namespace anna::xml; _xmlDoc* DocumentMemory::do_initialize(const char* content) -throw(RuntimeException) { +noexcept(false) { LOGMETHOD(TraceMethod tf("anna::xml::DocumentMemory", "do_initialize (char*)", ANNA_FILE_LOCATION)); setContent(content); _xmlDoc* result; @@ -41,7 +41,7 @@ throw(RuntimeException) { } _xmlDoc* DocumentMemory::do_initialize(const anna::DataBlock& content) -throw(RuntimeException) { +noexcept(false) { LOGMETHOD(TraceMethod tf("anna::xml::DocumentMemory", "do_initialize (DataBlock)", ANNA_FILE_LOCATION)); setContent(content); _xmlDoc* result;