EgtMachKernel :
- aggiunta ad interfaccia IMachMgr funzione FindToolInCurrSetup.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user