X-Git-Url: https://git.teslayout.com/public/public/public/?a=blobdiff_plain;f=example%2Fdiameter%2Flauncher%2FMyHandler.cpp;h=dfc29bd35963e0895b32cf000b5b8ce2d8bba20f;hb=5a6cba5fde2b2f538a7515f8293cc0a8d9589dfa;hp=908658292f25c0fc9ced36431ba4e4414336344b;hpb=8a597c7ccbe2986f505fd70258e4b59ecef4166f;p=anna.git diff --git a/example/diameter/launcher/MyHandler.cpp b/example/diameter/launcher/MyHandler.cpp index 9086582..dfc29bd 100644 --- a/example/diameter/launcher/MyHandler.cpp +++ b/example/diameter/launcher/MyHandler.cpp @@ -49,7 +49,7 @@ void MyHandler::sendResponse(anna::comm::ClientSocket& clientSocket, anna::http: } void MyHandler::evRequest(anna::comm::ClientSocket& clientSocket, const anna::http::Request& request) -throw(anna::RuntimeException) { +noexcept(false) { const anna::DataBlock& body = request.getBody(); anna::http::Method::Type::_v method = request.getMethod();