EgtMachKernel :
- gestione sovrascrittura di utensili - restituzione della famiglia di utensili in ToolsMgr::ToBeImported.
This commit is contained in:
+2
-2
@@ -844,7 +844,7 @@ MachMgr::TdbExport( const STRVECTOR& vsToolsNames, const string& sOutFile) const
|
||||
|
||||
//----------------------------------------------------------------------------
|
||||
bool
|
||||
MachMgr::TdbToBeImported( const string& sFile, STRVECTOR& vsToolsNames) const
|
||||
MachMgr::TdbToBeImported( const string& sFile, STRVECTOR& vsToolsNames, INTVECTOR& vToolsTypes) const
|
||||
{
|
||||
if ( ! ExistsFile( sFile)){
|
||||
LOG_ERROR( GetEMkLogger(), "TdbToBeImported Error : File does not exist") ;
|
||||
@@ -858,7 +858,7 @@ MachMgr::TdbToBeImported( const string& sFile, STRVECTOR& vsToolsNames) const
|
||||
return false ;
|
||||
}
|
||||
|
||||
return pTsMgr->ToBeImported( sFile, vsToolsNames) ;
|
||||
return pTsMgr->ToBeImported( sFile, vsToolsNames, vToolsTypes) ;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user