Changeset 750 in dev for trunk/ab5.0/abdev/BasicCompiler_Common/Debug.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/Debug.cpp
r743 r750 61 61 62 62 extern BasicSources sourcesLinkRelationalObjectModule; 63 BOOST_FOREACH( const BasicSource &source, sourcesLinkRelationalObjectModule )63 foreach( const BasicSource &source, sourcesLinkRelationalObjectModule ) 64 64 { 65 65 pIncludedFilesRelation = &source.GetIncludedFilesRelation(); … … 347 347 void Set_DebugSys_dwThreadID() 348 348 { 349 BOOST_FOREACH( DebugSection *pDebugSection, debugSectionCollection.debugSections )349 foreach( DebugSection *pDebugSection, debugSectionCollection.debugSections ) 350 350 { 351 351 ULONG_PTR lpAccBytes;
Note:
See TracChangeset
for help on using the changeset viewer.