X-Git-Url: https://git.teslayout.com/public/public/public/?a=blobdiff_plain;f=example%2Fdiameter%2Flauncher%2FMyCommunicator.hpp;h=f5730699350aa5edccb97a571b3922b487fd248a;hb=51d5997996ea8be2f545f13c3258b56e19a4e291;hp=d336c7d8af223a72b1076d19f01c908024494422;hpb=752438861433c3789eb1b0d9f2c15e15037595e6;p=anna.git diff --git a/example/diameter/launcher/MyCommunicator.hpp b/example/diameter/launcher/MyCommunicator.hpp index d336c7d..f573069 100644 --- a/example/diameter/launcher/MyCommunicator.hpp +++ b/example/diameter/launcher/MyCommunicator.hpp @@ -15,7 +15,7 @@ #include // Process -#include "MyHandler.hpp" +#include class MyCommunicator : public anna::comm::Communicator { @@ -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();