Testing library separation: now not in launcher but isolated
[anna.git] / example / diameter / launcher / MyDiameterEngine.hpp
index d7c9b07..4fe049f 100644 (file)
@@ -16,6 +16,9 @@
 #include <MyDiameterEntity.hpp>
 #include <MyLocalServer.hpp>
 
+// Standard
+#include <string>
+
 
 namespace anna {
   namespace diameter {
@@ -32,7 +35,6 @@ public:
 
 // Default implementation is enough
 //   void readDPA(anna::DataBlock &dpa, const anna::DataBlock & dpr) throw() {;} // DPA is not replied
-//   void readCEA(anna::DataBlock &cea, const anna::DataBlock & cer) throw() {;} // CEA is not replied
 //   void readDWA(anna::DataBlock &dwa, const anna::DataBlock & dwr) throw() {;} // DWA is not replied
 
 private: