EgtMachKernel 1.6k4 :
- aggiunte funzioni per direttorio utensili e portautensili.
This commit is contained in:
+1
-1
@@ -47,7 +47,7 @@ MachMgr::LoadMachine( const string& sMachineName)
|
||||
string sToolsFile = m_sMachinesDir + "\\" + sMachineName + "\\" + TOOLS_DIR + "\\" + TOOLS_FILE ;
|
||||
if ( IsNull( pTsMgr) || ! pTsMgr->Load( sToolsFile))
|
||||
return false ;
|
||||
// creo e carico il DB lavorazioni
|
||||
// creo e carico il DB lavorazioni
|
||||
PtrOwner<MachiningsMgr> pMsMgr( new( nothrow) MachiningsMgr) ;
|
||||
string sMachsFile = m_sMachinesDir + "\\" + sMachineName + "\\" + MACHININGS_DIR + "\\" + MACHININGS_FILE ;
|
||||
if ( IsNull( pMsMgr) || ! pMsMgr->Init( sMachsFile) || ! pMsMgr->Load())
|
||||
|
||||
Reference in New Issue
Block a user