X-Git-Url: https://git.teslayout.com/public/public/public/?a=blobdiff_plain;f=include%2Fanna%2Fdiameter%2Fcodec%2Ffunctions.hpp;h=43dfa9223222993046feb874f652653b6591b5ff;hb=af9c86ffb0e28d35ad94d99c5f77e41578c972b4;hp=563b501bd592b2598ce8995cc2ab975ce1d306a7;hpb=c9a91acd707f39fb11d9d513d904cb1f6db52386;p=anna.git diff --git a/include/anna/diameter/codec/functions.hpp b/include/anna/diameter/codec/functions.hpp index 563b501..43dfa92 100644 --- a/include/anna/diameter/codec/functions.hpp +++ b/include/anna/diameter/codec/functions.hpp @@ -114,8 +114,6 @@ static const char *MessageDTD = "\ "; - - // Used for alarms, tracing and Failed-AVP construction: typedef struct parent { @@ -320,7 +318,7 @@ struct functions { For example, you could load the document to be decoded over a codec Message by mean #Message::fromXML (using the xml document #getRootNode) during document lifetime. After that, it could be destroyed. */ - static void messageXmlDocumentFromXmlString(anna::xml::DocumentFile &xmlDocument, const std::string &xmlString) throw(anna::RuntimeException); + static void messageXmlDocumentFromXmlString(anna::xml::DocumentMemory &xmlDocument, const std::string &xmlString) throw(anna::RuntimeException); };