Changeset 750 in dev for trunk/ab5.0/abdev/BasicCompiler_Common/src/Messenger.cpp
- Timestamp:
- Sep 24, 2008, 2:02:16 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ab5.0/abdev/BasicCompiler_Common/src/Messenger.cpp
r719 r750 409 409 { 410 410 int count = 0; 411 BOOST_FOREACH( const ErrorInfo &errorInfo, errorInfos )411 foreach( const ErrorInfo &errorInfo, errorInfos ) 412 412 { 413 413 if( !errorInfo.IsWarning() ) … … 425 425 { 426 426 int count = 0; 427 BOOST_FOREACH( const ErrorInfo &errorInfo, errorInfos )427 foreach( const ErrorInfo &errorInfo, errorInfos ) 428 428 { 429 429 if( errorInfo.IsWarning() ) … … 438 438 { 439 439 const ErrorInfo *pErrorInfo = NULL; 440 BOOST_FOREACH( const ErrorInfo &errorInfo, errorInfos )440 foreach( const ErrorInfo &errorInfo, errorInfos ) 441 441 { 442 442 if( errorInfo.GetErrorLineNum() == errorLineNum )
Note:
See TracChangeset
for help on using the changeset viewer.