Remove dynamic exceptions
[anna.git] / example / timex / ArithmeticHTTPServer / Acceptor.cpp
index 5f7ad8c..47a79d7 100644 (file)
@@ -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));