X-Git-Url: https://git.teslayout.com/public/public/public/?a=blobdiff_plain;f=example%2Fdiameter%2Flauncher%2FMyDiameterEntity.hpp;h=9453d647df25067cc06eb2cf89dbe7fb2710f92f;hb=84c30c372cf2926a138a6d51a52d56f3b2a63804;hp=e60fdfc8d10cf4bb7dfef1aa35f1ae3d02ffd8bc;hpb=129af2a9a7c287843be5bd443c5b1ad9b08438a8;p=anna.git diff --git a/example/diameter/launcher/MyDiameterEntity.hpp b/example/diameter/launcher/MyDiameterEntity.hpp index e60fdfc..9453d64 100644 --- a/example/diameter/launcher/MyDiameterEntity.hpp +++ b/example/diameter/launcher/MyDiameterEntity.hpp @@ -27,6 +27,7 @@ class MyDiameterEntity : public anna::diameter::comm::Entity { anna::diameter::codec::Engine * a_codecEngine; // for automatic answers (failed-avp), write logs, etc. + void eventRequestRetransmission(const anna::diameter::comm::ClientSession *, anna::diameter::comm::Message*) throw(); void eventResponse(const anna::diameter::comm::Response&) throw(anna::RuntimeException); void eventRequest(anna::diameter::comm::ClientSession *, const anna::DataBlock&) throw(anna::RuntimeException); void eventUnknownResponse(anna::diameter::comm::ClientSession *, const anna::DataBlock&) throw(anna::RuntimeException);