X-Git-Url: https://git.teslayout.com/public/public/public/?p=anna.git;a=blobdiff_plain;f=source%2Fhtml%2FDocumentMemory.cpp;h=28076007fa01464b347fc1f4b582daa5c7d9231b;hp=779e53f14ddaf070ad12e6d147f1d786f45255b3;hb=5a6cba5fde2b2f538a7515f8293cc0a8d9589dfa;hpb=af9c86ffb0e28d35ad94d99c5f77e41578c972b4 diff --git a/source/html/DocumentMemory.cpp b/source/html/DocumentMemory.cpp index 779e53f..2807600 100644 --- a/source/html/DocumentMemory.cpp +++ b/source/html/DocumentMemory.cpp @@ -19,7 +19,7 @@ using namespace std; using namespace anna; _xmlDoc* html::DocumentMemory::do_initialize(const char* content) -throw(RuntimeException) { +noexcept(false) { LOGMETHOD(TraceMethod tf("html::DocumentMemory", "do_initialize", ANNA_FILE_LOCATION)); setContent(content); _xmlDoc* result = NULL; @@ -37,7 +37,7 @@ throw(RuntimeException) { } _xmlDoc* html::DocumentMemory::do_initialize(const anna::DataBlock& contain) -throw(RuntimeException) { +noexcept(false) { throw RuntimeException("html::DocumentMemory::do_initialize | Not implemented", ANNA_FILE_LOCATION); return NULL; }