X-Git-Url: https://git.teslayout.com/public/public/public/?p=anna.git;a=blobdiff_plain;f=example%2Fdiameter%2Flauncher%2FMyCommunicator.hpp;h=f5730699350aa5edccb97a571b3922b487fd248a;hp=4b2677c76ff8c7abaf78ab24a647759cd88ca2ab;hb=7ee10b64f4c116460ffef5784eb9ef87d3f2339c;hpb=1a1b334a0d2b023bd778f0a19665cc9017dbc94a 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();