X-Git-Url: https://git.teslayout.com/public/public/public/?p=anna.git;a=blobdiff_plain;f=example%2Fcomm%2Fclient%2Fmain.cpp;h=d201821709f03be18889a8cc6858b6ad736ef5d7;hp=81e240d2b24b1938fc4eacf3e33f0544d9a917e0;hb=7ee10b64f4c116460ffef5784eb9ef87d3f2339c;hpb=1a1b334a0d2b023bd778f0a19665cc9017dbc94a 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 () {