X-Git-Url: https://git.teslayout.com/public/public/public/?a=blobdiff_plain;ds=sidebyside;f=example%2Fcomm%2Fclient%2Fmain.cpp;h=d201821709f03be18889a8cc6858b6ad736ef5d7;hb=ea1b80f8fd0c1b806460f98f4e4cf433698857d9;hp=81e240d2b24b1938fc4eacf3e33f0544d9a917e0;hpb=93366a0bda79e6fd6e7dad6316bfcf8cc82f5731;p=anna.git diff --git a/example/comm/client/main.cpp b/example/comm/client/main.cpp index 81e240d..d201821 100644 --- a/example/comm/client/main.cpp +++ b/example/comm/client/main.cpp @@ -66,6 +66,10 @@ private: void eventReceiveMessage (ClientSocket &, const Message&) throw (RuntimeException); +protected: + + using Communicator::eventBreakConnection; + void eventBreakConnection (const ClientSocket&) throw (); void eventBreakConnection (Server* server) throw () {