X-Git-Url: https://git.teslayout.com/public/public/public/?a=blobdiff_plain;f=source%2Fdiameter%2Fcodec%2FEngineImpl.cpp;h=9d23e57432c3c543a3a90854cf940b587af41693;hb=220eecc7d53ddb85f72d94d5053738519fd8d27e;hp=f86929a3bfa0d418d4e704b2b32d578ab4052572;hpb=7ee10b64f4c116460ffef5784eb9ef87d3f2339c;p=anna.git diff --git a/source/diameter/codec/EngineImpl.cpp b/source/diameter/codec/EngineImpl.cpp index f86929a..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; }