X-Git-Url: https://git.teslayout.com/public/public/public/?a=blobdiff_plain;f=source%2Fdiameter%2Fcodec%2FEngineImpl.cpp;h=9d23e57432c3c543a3a90854cf940b587af41693;hb=8b8309d46e9ccc968d3a315e86e70c5a806706d0;hp=5fff44908260cb1bc42cda2cb115183aadfe02f1;hpb=e80e62a5cf9aacad1a9551c68c432147ef98cd29;p=anna.git diff --git a/source/diameter/codec/EngineImpl.cpp b/source/diameter/codec/EngineImpl.cpp index 5fff449..9d23e57 100644 --- a/source/diameter/codec/EngineImpl.cpp +++ b/source/diameter/codec/EngineImpl.cpp @@ -87,7 +87,7 @@ Message* EngineImpl::createMessage(const CommandId *id) throw(anna::RuntimeExcep //------------------------------------------------------------------------------ Message *EngineImpl::createMessage(const std::string & xmlPathFile) throw(anna::RuntimeException) { Message *result = createMessage(); - result->loadXML(xmlPathFile); + result->loadXMLFile(xmlPathFile); return result; } @@ -122,7 +122,7 @@ throw() { result->createAttribute("SingleFailedAVP", a_singleFailedAVP ? "yes" : "no"); result->createAttribute("IgnoreFlags", a_ignoreFlags ? "yes" : "no"); result->createAttribute("FixMode", asText(a_fixMode)); - anna::xml::Node* dictionary = result->createChild("EngineImpl.ActivatedDictionary"); + result->createChild("EngineImpl.ActivatedDictionary"); if(a_dictionary) a_dictionary->asXML(result);