X-Git-Url: https://git.teslayout.com/public/public/public/?p=anna.git;a=blobdiff_plain;f=example%2Ftimex%2FArithmeticHTTPServer%2FAcceptor.cpp;fp=example%2Ftimex%2FArithmeticHTTPServer%2FAcceptor.cpp;h=47a79d79ca9fd8731381caab6fceb06060caf53e;hp=5f7ad8cc5f3438fcffc07c383c825ec7e3fc05b1;hb=5a6cba5fde2b2f538a7515f8293cc0a8d9589dfa;hpb=af9c86ffb0e28d35ad94d99c5f77e41578c972b4 diff --git a/example/timex/ArithmeticHTTPServer/Acceptor.cpp b/example/timex/ArithmeticHTTPServer/Acceptor.cpp index 5f7ad8c..47a79d7 100644 --- a/example/timex/ArithmeticHTTPServer/Acceptor.cpp +++ b/example/timex/ArithmeticHTTPServer/Acceptor.cpp @@ -27,12 +27,12 @@ using namespace anna; using namespace test; void http4comm::Acceptor::initialize () - throw (RuntimeException) + noexcept(false) { } void http4comm::Acceptor::evRequest (comm::ClientSocket& clientSocket, const http::Request& request) - throw (RuntimeException) + noexcept(false) { LOGMETHOD (TraceMethod tm ("http4comm::Acceptor", "evRequest", ANNA_FILE_LOCATION));