EgtExecutor :

- aggiunta in Exe e Lua funzione VerifyCurrSetup.
This commit is contained in:
Dario Sassi
2017-02-06 15:30:59 +00:00
parent b3e99dcc29
commit 2e31a6846e
2 changed files with 28 additions and 0 deletions
+10
View File
@@ -1267,6 +1267,16 @@ ExeImportSetup( const string& sName)
return pMachMgr->ImportSetup( sName) ;
}
//-----------------------------------------------------------------------------
bool
ExeVerifyCurrSetup( STRVECTOR& vsErrors)
{
IMachMgr* pMachMgr = GetCurrMachMgr() ;
VERIFY_MACHMGR( pMachMgr, false)
// eseguo la verifica
return pMachMgr->VerifyCurrSetup( vsErrors) ;
}
//-----------------------------------------------------------------------------
// DB lavorazioni
//-----------------------------------------------------------------------------