X-Git-Url: https://git.teslayout.com/public/public/public/?p=anna.git;a=blobdiff_plain;f=example%2Ftimex%2FArithmeticHTTPServer%2FReactor.cpp;fp=example%2Ftimex%2FArithmeticHTTPServer%2FReactor.cpp;h=0f8ff36476c5103bd4fb22e602d076b19d0652d7;hp=3c28f45ebc5f08537d85d600407c01aa30ffdc85;hb=5a6cba5fde2b2f538a7515f8293cc0a8d9589dfa;hpb=af9c86ffb0e28d35ad94d99c5f77e41578c972b4 diff --git a/example/timex/ArithmeticHTTPServer/Reactor.cpp b/example/timex/ArithmeticHTTPServer/Reactor.cpp index 3c28f45..0f8ff36 100644 --- a/example/timex/ArithmeticHTTPServer/Reactor.cpp +++ b/example/timex/ArithmeticHTTPServer/Reactor.cpp @@ -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));