EgtExecutor 2.2b4 :

- cambiata ExeUpdateSetup in ExeUpdateCurrSetup
- aggiunta ExeEraseCurrSetup.
This commit is contained in:
Dario Sassi
2020-02-20 11:27:30 +00:00
parent 23e1c9d079
commit f795fa477b
2 changed files with 12 additions and 2 deletions
+12 -2
View File
@@ -1423,12 +1423,22 @@ ExeFindToolInCurrSetup( const string& sTool)
//-----------------------------------------------------------------------------
bool
ExeUpdateSetup( void)
ExeUpdateCurrSetup( void)
{
IMachMgr* pMachMgr = GetCurrMachMgr() ;
VERIFY_MACHMGR( pMachMgr, false)
// eseguo l'aggiornamento
return pMachMgr->UpdateSetup() ;
return pMachMgr->UpdateCurrSetup() ;
}
//-----------------------------------------------------------------------------
bool
ExeEraseCurrSetup( void)
{
IMachMgr* pMachMgr = GetCurrMachMgr() ;
VERIFY_MACHMGR( pMachMgr, false)
// eseguo la cancellazione
return pMachMgr->EraseCurrSetup() ;
}
//-----------------------------------------------------------------------------
BIN
View File
Binary file not shown.