X-Git-Url: https://git.teslayout.com/public/public/public/?a=blobdiff_plain;f=include%2Fanna%2Fdiameter%2Fcodec%2FEngineImpl.hpp;h=a73b42a81cefadfb0597a1b4eeae9be491eededd;hb=c56124ff93e8bceec159748dfe5ba8d56c62e3de;hp=0305727a4ed3a0dc3503fb87625297677a821ee1;hpb=e80e62a5cf9aacad1a9551c68c432147ef98cd29;p=anna.git diff --git a/include/anna/diameter/codec/EngineImpl.hpp b/include/anna/diameter/codec/EngineImpl.hpp index 0305727..a73b42a 100644 --- a/include/anna/diameter/codec/EngineImpl.hpp +++ b/include/anna/diameter/codec/EngineImpl.hpp @@ -324,11 +324,12 @@ public: /** - Loads an xml file representing a diameter message base in a DTD document (#getDTD) + Loads an xml file/string representing a diameter message base in a DTD document (#getDTD) - @param xmlPathFile Complete path file to the xml document which represents the diameter message + @param xmlPathFile_or_string Complete path file or string representation for the xml document which represents the diameter message + @param pathfile_or_string boolean about the interpretation of the previous argument */ - Message *createMessage(const std::string & xmlPathFile) throw(anna::RuntimeException); + Message *createMessage(const std::string & xmlPathFile_or_string, bool pathfile_or_string = true) throw(anna::RuntimeException); /**