X-Git-Url: https://git.teslayout.com/public/public/public/?p=anna.git;a=blobdiff_plain;f=source%2Fdiameter%2Fcodec%2FEngineImpl.cpp;h=9d23e57432c3c543a3a90854cf940b587af41693;hp=f86929a3bfa0d418d4e704b2b32d578ab4052572;hb=8b8309d46e9ccc968d3a315e86e70c5a806706d0;hpb=57040efdece4ea1f4487608de3d1afbb9d1378c8 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; }