EgtExecutor.rc 1.6e3 :

- sistemata ExeOutLog (era rimasta EgtOutLog)
- passato indice context a MachMgr
- aggiunta LuaInstallEgtFunctions.
This commit is contained in:
Dario Sassi
2015-05-07 07:02:38 +00:00
parent 966885645e
commit a754d1b1af
5 changed files with 9 additions and 8 deletions
+3 -2
View File
@@ -16,13 +16,14 @@
#include "EXE.h"
#include "LUA.h"
#include "LUA_Base.h"
#include "/EgtDev/Include/EXeExecutor.h"
#include "/EgtDev/Include/EGnLuaMgr.h"
using namespace std ;
//----------------------------------------------------------------------------
bool
LuaInstallAllFunctions( LuaMgr& LuaMgr)
LuaInstallEgtFunctions( LuaMgr& LuaMgr)
{
if ( ! LuaInstallGeneral( LuaMgr)) {
LOG_ERROR( GetLogger(), "Error in LuaInstallGeneral (" __FUNCTION__ ")")
@@ -113,7 +114,7 @@ LuaInit( void)
return false ;
// carico le funzioni speciali
if ( ! LuaInstallAllFunctions( s_LuaMgr))
if ( ! LuaInstallEgtFunctions( s_LuaMgr))
return false ;
// recupero la versione di Lua