Remove warnings
[anna.git] / example / http / client / main.cpp
index 1ddd525..085a692 100644 (file)
@@ -83,6 +83,8 @@ public:
    void count (const int delay) throw (RuntimeException);
 
 private:
+   using Communicator::eventBreakConnection;
+
    int a_avgResponseTime;
    int a_rxMessageCounter;
    MyHandler a_httpHandler;