EgtExecutor 1.8c8 :

- aggiunta funzione ExeUpdateSetup.
This commit is contained in:
Dario Sassi
2017-04-01 08:54:33 +00:00
parent 98ece977ba
commit 957af6c4cd
3 changed files with 10 additions and 4 deletions
+10
View File
@@ -1306,6 +1306,16 @@ ExeVerifyCurrSetup( STRVECTOR& vsErrors)
return pMachMgr->VerifyCurrSetup( vsErrors) ;
}
//-----------------------------------------------------------------------------
bool
ExeUpdateSetup( void)
{
IMachMgr* pMachMgr = GetCurrMachMgr() ;
VERIFY_MACHMGR( pMachMgr, false)
// eseguo l'aggiornamento
return pMachMgr->UpdateSetup() ;
}
//-----------------------------------------------------------------------------
// DB lavorazioni
//-----------------------------------------------------------------------------