X-Git-Url: https://git.teslayout.com/public/public/public/?p=anna.git;a=blobdiff_plain;f=example%2Fdiameter%2Flauncher%2FMyDiameterEngine.hpp;h=4fe049f6a68bd24c236e5ce39c366df3dc9333e8;hp=f304d0d855ae3ba41e90c1d78f999b5dbc7b468b;hb=d723d5bf571eb48c641b092058eaa38bb6c4fcc8;hpb=61f1340da3cae5159d2e3bc14fc47c6d4bf9453e diff --git a/example/diameter/launcher/MyDiameterEngine.hpp b/example/diameter/launcher/MyDiameterEngine.hpp index f304d0d..4fe049f 100644 --- a/example/diameter/launcher/MyDiameterEngine.hpp +++ b/example/diameter/launcher/MyDiameterEngine.hpp @@ -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 (localServer); a_localServersRecycler.release(aux); } - - std::string a_ceaPathfile; // path file to optional CEA (diameter local server configuration) }; #endif