Remove dynamic exceptions
[anna.git] / example / timex / ArithmeticHTTPServer / Reactor.cpp
index 3c28f45..0f8ff36 100644 (file)
@@ -28,7 +28,7 @@ using namespace test;
  * cliente original que usaba el protocolo HTTP.
  */
 void http4comm::Reactor::apply (comm::ClientSocket&, const comm::Message& message) 
-   throw (RuntimeException)
+   noexcept(false)
 {
    LOGMETHOD (TraceMethod tm ("http4comm::Reactor", "apply", ANNA_FILE_LOCATION));