X-Git-Url: https://git.teslayout.com/public/public/public/?p=anna.git;a=blobdiff_plain;f=source%2Fhtml%2FDocumentFile.cpp;fp=source%2Fhtml%2FDocumentFile.cpp;h=c530921f073ceb43e84b50370f7d4ffb3540d8d7;hp=d14c1f29f52481451e03dd35f86802bdb1e9244c;hb=5a6cba5fde2b2f538a7515f8293cc0a8d9589dfa;hpb=af9c86ffb0e28d35ad94d99c5f77e41578c972b4 diff --git a/source/html/DocumentFile.cpp b/source/html/DocumentFile.cpp index d14c1f2..c530921 100644 --- a/source/html/DocumentFile.cpp +++ b/source/html/DocumentFile.cpp @@ -21,7 +21,7 @@ using namespace std; using namespace anna; _xmlDoc* html::DocumentFile::do_initialize(const char* filename) -throw(RuntimeException) { +noexcept(false) { LOGMETHOD(TraceMethod tf("anna::html::DocumentFile", "do_initialize", ANNA_FILE_LOCATION)); _xmlDoc* result = NULL; a_filename = filename; @@ -47,7 +47,7 @@ throw(RuntimeException) { } _xmlDoc* html::DocumentFile::do_initialize(const anna::DataBlock&) -throw(RuntimeException) { +noexcept(false) { throw RuntimeException("html::DocumentFile::do_initialize | Not implemented", ANNA_FILE_LOCATION); return NULL; }