X-Git-Url: https://git.teslayout.com/public/public/public/?a=blobdiff_plain;f=example%2Fdiameter%2Flauncher%2FMyCommunicator.hpp;h=f5730699350aa5edccb97a571b3922b487fd248a;hb=1061cb8cf19ca6d594505c3e487606c0dd0634ff;hp=4b2677c76ff8c7abaf78ab24a647759cd88ca2ab;hpb=4c3f0a4d7e4db76996404d80c6f939548fca656f;p=anna.git diff --git a/example/diameter/launcher/MyCommunicator.hpp b/example/diameter/launcher/MyCommunicator.hpp index 4b2677c..f573069 100644 --- a/example/diameter/launcher/MyCommunicator.hpp +++ b/example/diameter/launcher/MyCommunicator.hpp @@ -28,6 +28,8 @@ public: void terminate() throw(); 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();