EgtMachKernel 1.6j4 :
- modifiche a DB utensili per gestione utensile corrente - prima versione generatore codice.
This commit is contained in:
+1
-1
@@ -45,7 +45,7 @@ MachMgr::LoadMachine( const string& sMachineName)
|
||||
// creo e carico il DB utensili
|
||||
PtrOwner<ToolsMgr> pTsMgr( new( nothrow) ToolsMgr) ;
|
||||
string sToolsFile = m_sMachinesDir + "\\" + sMachineName + "\\" + TOOLS_DIR + "\\" + TOOLS_FILE ;
|
||||
if ( IsNull( pTsMgr) || ! pTsMgr->Init( sToolsFile) || ! pTsMgr->Load())
|
||||
if ( IsNull( pTsMgr) || ! pTsMgr->Load( sToolsFile))
|
||||
return false ;
|
||||
// creo e carico il DB lavorazioni
|
||||
PtrOwner<MachiningsMgr> pMsMgr( new( nothrow) MachiningsMgr) ;
|
||||
|
||||
Reference in New Issue
Block a user