Ensures normalization on waitfe/fc-xml operations
[anna.git] / example / diameter / launcher / Launcher.hpp
index a74ef39..399a0f8 100644 (file)
@@ -114,13 +114,11 @@ public:
   void resetCounters() throw();
   void signalUSR2() throw(anna::RuntimeException);
   void signalTerminate() throw(anna::RuntimeException);
-  std::string help() 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(anna::RuntimeException);
-  bool getContentFromFile(const std::string &pathfile, std::string &content) const throw(anna::RuntimeException);
 
   friend class TestManager;
 };