comparison OrthancServer/OrthancFindRequestHandler.cpp @ 2612:6f9225dcfc32 jobs

renames
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 21 May 2018 08:59:04 +0200
parents 771c1c14628c
children 2f3007bf0708
comparison
equal deleted inserted replaced
2611:af7ea91dd4d5 2612:6f9225dcfc32
484 const std::string& remoteAet, 484 const std::string& remoteAet,
485 const std::string& calledAet) 485 const std::string& calledAet)
486 { 486 {
487 static const char* LUA_CALLBACK = "IncomingFindRequestFilter"; 487 static const char* LUA_CALLBACK = "IncomingFindRequestFilter";
488 488
489 LuaScripting::Locker locker(context_.GetLua()); 489 LuaScripting::Locker locker(context_.GetLuaScripting());
490 if (!locker.GetLua().IsExistingFunction(LUA_CALLBACK)) 490 if (!locker.GetLua().IsExistingFunction(LUA_CALLBACK))
491 { 491 {
492 return false; 492 return false;
493 } 493 }
494 else 494 else