Subversion Repositories DevTools

Rev

Rev 2263 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2263 Rev 2265
Line 509... Line 509...
509
		}
509
		}
510
	}
510
	}
511
 
511
 
512
	if ( generated )
512
	if ( generated )
513
	{
513
	{
-
 
514
		stream.incrementCount();
514
		for ( structure = m_structure.begin();
515
 		for ( structure = m_structure.begin();
515
			  structure != m_structure.end();
516
			  structure != m_structure.end();
516
			  ++structure )
517
			  ++structure )
517
		{
518
		{
518
			if ( generateHeaders || !(*structure)->isHeader() )
519
			if ( generateHeaders || !(*structure)->isHeader() )
519
			{
520
			{
Line 526... Line 527...
526
					break;
527
					break;
527
				}
528
				}
528
			}
529
			}
529
		}
530
		}
530
 
531
 
531
		stream.incrementCount();
-
 
-
 
532
 
532
		if ( evaluationContext.haveProgressBar() )
533
		if ( evaluationContext.haveProgressBar() )
533
		{
534
		{
534
			evaluationContext.getProgressBar().increment();
535
			evaluationContext.getProgressBar().increment();
535
		}
536
		}
536
		evaluationContext.getTimeEstimate().increment();
537
		evaluationContext.getTimeEstimate().increment();