EgtMachKernel 2.7e2 :
- modifiche per gestione lavorazioni con percorsi vuoti.
This commit is contained in:
+2
-2
@@ -725,11 +725,11 @@ SimulatorSP::FindAndManageOperationStart( bool bStart, bool bFirst, int& nStatus
|
||||
bFirst = false ;
|
||||
// recupero la nuova operazione
|
||||
if ( bStart) {
|
||||
m_nOpId = m_pMchMgr->GetFirstActiveOperation() ;
|
||||
m_nOpId = m_pMchMgr->GetFirstActiveOperation( true) ;
|
||||
m_nOpInd = 0 ;
|
||||
}
|
||||
else
|
||||
m_nOpId = m_pMchMgr->GetNextActiveOperation( m_nOpId) ;
|
||||
m_nOpId = m_pMchMgr->GetNextActiveOperation( m_nOpId, true) ;
|
||||
// ciclo sulle successive operazioni
|
||||
while ( m_nOpId != GDB_ID_NULL) {
|
||||
// se lavorazione valida
|
||||
|
||||
Reference in New Issue
Block a user