EgtMachKernel :

- aggiunta ad interfaccia IMachMgr funzione FindToolInCurrSetup.
This commit is contained in:
Dario Sassi
2020-01-10 12:16:43 +00:00
parent 3d86e340b7
commit 6794b2bca3
2 changed files with 8 additions and 0 deletions
+7
View File
@@ -112,6 +112,13 @@ MachMgr::VerifyCurrSetup( STRVECTOR& vsErrors)
return vsErrors.empty() ;
}
//----------------------------------------------------------------------------
bool
MachMgr::FindToolInCurrSetup( const string& sTool)
{
return m_stuMgr.FindTool( sTool) ;
}
//----------------------------------------------------------------------------
bool
MachMgr::UpdateSetup( void)