Remove warnings
[anna.git] / example / diameter / launcher / MyCommunicator.hpp
index d336c7d..f573069 100644 (file)
@@ -15,7 +15,7 @@
 #include <anna/diameter/codec/Message.hpp>
 
 // Process
-#include "MyHandler.hpp"
+#include <MyHandler.hpp>
 
 
 class MyCommunicator : public anna::comm::Communicator {
@@ -28,6 +28,8 @@ public:
   void terminate() throw();
 
 private:
+  using anna::comm::Communicator::eventBreakConnection;
+
   anna::ThreadData <MyHandler> a_contexts;
   void eventReceiveMessage(anna::comm::ClientSocket&, const anna::comm::Message&) throw(anna::RuntimeException);
   void eventBreakConnection(Server* server) throw();