X-Git-Url: https://git.teslayout.com/public/public/public/?a=blobdiff_plain;f=example%2Fcomm%2Fclient%2Fmain.cpp;h=d201821709f03be18889a8cc6858b6ad736ef5d7;hb=0e992a5c0f14d91268d00304d90c7073499ff54e;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 () {