X-Git-Url: https://git.teslayout.com/public/public/public/?p=anna.git;a=blobdiff_plain;f=example%2Fdiameter%2Flauncher%2FMyCommunicator.hpp;fp=example%2Fdiameter%2Flauncher%2FMyCommunicator.hpp;h=f4bdaa33c0f97822f855cef17da17f2020935d96;hp=f5730699350aa5edccb97a571b3922b487fd248a;hb=5a6cba5fde2b2f538a7515f8293cc0a8d9589dfa;hpb=af9c86ffb0e28d35ad94d99c5f77e41578c972b4 diff --git a/example/diameter/launcher/MyCommunicator.hpp b/example/diameter/launcher/MyCommunicator.hpp index f573069..f4bdaa3 100644 --- a/example/diameter/launcher/MyCommunicator.hpp +++ b/example/diameter/launcher/MyCommunicator.hpp @@ -24,15 +24,15 @@ public: a_contexts("Contexts") {;} - void prepareAnswer(anna::diameter::codec::Message *answer, const anna::DataBlock &request) const throw(); - void terminate() throw(); + void prepareAnswer(anna::diameter::codec::Message *answer, const anna::DataBlock &request) const ; + void terminate() ; private: using anna::comm::Communicator::eventBreakConnection; anna::ThreadData a_contexts; - void eventReceiveMessage(anna::comm::ClientSocket&, const anna::comm::Message&) throw(anna::RuntimeException); - void eventBreakConnection(Server* server) throw(); + void eventReceiveMessage(anna::comm::ClientSocket&, const anna::comm::Message&) noexcept(false); + void eventBreakConnection(Server* server) ; }; #endif