X-Git-Url: https://git.teslayout.com/public/public/public/?a=blobdiff_plain;f=example%2Fdiameter%2Flauncher%2FLauncher.hpp;h=2101948ec1d979e90ea877511d33391273f025e0;hb=fca0f585780127dba2564de6741d2de9a5e59fb4;hp=8bd0093297b8dd9643a46962d8dd68eb656b8a49;hpb=d87ad4d7b6950eb6d7dc912df3a370c85d3c5a1e;p=anna.git diff --git a/example/diameter/launcher/Launcher.hpp b/example/diameter/launcher/Launcher.hpp index 8bd0093..2101948 100644 --- a/example/diameter/launcher/Launcher.hpp +++ b/example/diameter/launcher/Launcher.hpp @@ -112,7 +112,8 @@ public: void resetCounters() throw(); void signalUSR2() throw(anna::RuntimeException); std::string help() const throw(); - anna::xml::Node* oamAndStatsAsXML(anna::xml::Node* parent) const throw(); + anna::xml::Node* oamAsXML(anna::xml::Node* parent) const throw(); + anna::xml::Node* statsAsXML(anna::xml::Node* parent) const throw(); // helpers bool getDataBlockFromHexFile(const std::string &pathfile, anna::DataBlock &db) const throw();