Remove warnings
[anna.git] / example / comm / client / main.cpp
index 81e240d..d201821 100644 (file)
@@ -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 () {