Changeset 750 in dev for trunk/ab5.0/abdev/BasicCompiler_Common/src/DataTableGenerator.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/DataTableGenerator.cpp
r745 r750 28 28 //dataTable.schedules.push_back( Schedule( Schedule::TypeInfo, &objClass, dataTableOffset + offsetForTypeInfo ) ); 29 29 30 BOOST_FOREACH( const std::string &initMemberValue, initMemberValues )30 foreach( const std::string &initMemberValue, initMemberValues ) 31 31 { 32 32 int i = 0; … … 207 207 bool isSuccessful = true; 208 208 int i = 0; 209 BOOST_FOREACH( const std::string ¶mStr, parameters )209 foreach( const std::string ¶mStr, parameters ) 210 210 { 211 211 if( paramStr.size() == 0 )
Note:
See TracChangeset
for help on using the changeset viewer.