X-Git-Url: https://git.teslayout.com/public/public/public/?p=anna.git;a=blobdiff_plain;f=example%2Fdiameter%2Flauncher%2FOriginHost.cpp;h=195edad9b0c277ba4521e1900c03bfd05c70f9fd;hp=f8ee7096eb4f062aff309d421d0bfcefad94e2fe;hb=5e4f1d9d5902d86a37ecf88b372d9089d417e663;hpb=028006fc5ee34967fcfffff24a2b1c8b410c26c3 diff --git a/example/diameter/launcher/OriginHost.cpp b/example/diameter/launcher/OriginHost.cpp index f8ee709..195edad 100644 --- a/example/diameter/launcher/OriginHost.cpp +++ b/example/diameter/launcher/OriginHost.cpp @@ -36,7 +36,7 @@ OriginHost::OriginHost(const std::string &originHost, unsigned int applicationId std::string commEngineName = a_originHost + "_DiameterCommEngine"; a_commEngine = new MyDiameterEngine(commEngineName.c_str(), baseProtocolDictionary); a_commEngine->setAutoBind(false); // allow to create client-sessions without binding them, in order to set timeouts. - a_codecEngine = anna::diameter::codec::EngineManager::instantiate().getCodecEngine(applicationId); + a_codecEngine = anna::diameter::codec::EngineManager::instantiate().getCodecEngine(applicationId); // i know, this is going to exist (getCodecEngine is not null) a_logFile = ""; a_burstLogFile = "";