Testing library separation: now not in launcher but isolated
[anna.git] / example / diameter / launcher / MyDiameterEngine.hpp
index f304d0d..4fe049f 100644 (file)
@@ -35,8 +35,6 @@ public:
 
 // Default implementation is enough
 //   void readDPA(anna::DataBlock &dpa, const anna::DataBlock & dpr) throw() {;} // DPA is not replied
-   void setCEA(const std::string &ceaPathfile) throw() { a_ceaPathfile = ceaPathfile; }
-   void readCEA(anna::DataBlock &cea, const anna::DataBlock & cer) throw();
 //   void readDWA(anna::DataBlock &dwa, const anna::DataBlock & dwr) throw() {;} // DWA is not replied
 
 private:
@@ -57,8 +55,6 @@ private:
     MyLocalServer* aux = static_cast <MyLocalServer*>(localServer);
     a_localServersRecycler.release(aux);
   }
-
-  std::string a_ceaPathfile; // path file to optional CEA (diameter local server configuration)
 };
 
 #endif