Skip bad decoded frames, but not exit
[anna.git] / example / diameter / launcher / MyLocalServer.hpp
index 65b74e2..831e15b 100644 (file)
 #include <anna/diameter.comm/LocalServer.hpp>
 
 // Process
-#include "ProgrammedAnswers.hpp"
-
+#include <ProgrammedAnswers.hpp>
+
+namespace anna {
+  namespace diameter {
+    namespace codec {
+      class Engine;
+    }
+  }
+}
 
 class MyLocalServer : public anna::diameter::comm::LocalServer {