X-Git-Url: https://git.teslayout.com/public/public/public/?p=anna.git;a=blobdiff_plain;f=example%2Fdiameter%2FrxSimpleTest%2FMyLocalServer.hpp;fp=example%2Fdiameter%2FrxSimpleTest%2FMyLocalServer.hpp;h=4f256150d8b3c0a541ade4909934f75d0a487007;hp=c1cfd576c08f9477a531a5a2e9b90679ac62e4dc;hb=5a6cba5fde2b2f538a7515f8293cc0a8d9589dfa;hpb=af9c86ffb0e28d35ad94d99c5f77e41578c972b4 diff --git a/example/diameter/rxSimpleTest/MyLocalServer.hpp b/example/diameter/rxSimpleTest/MyLocalServer.hpp index c1cfd57..4f25615 100755 --- a/example/diameter/rxSimpleTest/MyLocalServer.hpp +++ b/example/diameter/rxSimpleTest/MyLocalServer.hpp @@ -23,10 +23,10 @@ namespace anna { class MyLocalServer : public anna::diameter::comm::LocalServer { - void eventResponse(const anna::diameter::comm::Response&) throw(anna::RuntimeException); - void eventRequest(anna::diameter::comm::ServerSession *, const anna::DataBlock&) throw(anna::RuntimeException); - void eventUnknownResponse(anna::diameter::comm::ServerSession *, const anna::DataBlock&) throw(anna::RuntimeException); - void eventDPA(anna::diameter::comm::ServerSession *, const anna::DataBlock&) throw(anna::RuntimeException); + void eventResponse(const anna::diameter::comm::Response&) noexcept(false); + void eventRequest(anna::diameter::comm::ServerSession *, const anna::DataBlock&) noexcept(false); + void eventUnknownResponse(anna::diameter::comm::ServerSession *, const anna::DataBlock&) noexcept(false); + void eventDPA(anna::diameter::comm::ServerSession *, const anna::DataBlock&) noexcept(false); public: virtual ~MyLocalServer() {;}