Changeset 3238 for trunk/MagicSoft/Mars/mfileio
- Timestamp:
- 02/19/04 10:39:30 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mfileio/MWriteAsciiFile.cc
r2173 r3238 199 199 while ((obj=(MParContainer*)Next())) 200 200 { 201 // 202 // Check for the Write flag 203 // 201 204 if (!obj->IsReadyToSave()) 202 205 continue; 203 206 207 // 208 // Write container to file 209 // 204 210 if (!obj->AsciiWrite(*fOut)) 205 211 continue; 206 212 213 // 214 // Store that at least one container was written 215 // 207 216 written = kTRUE; 208 217
Note:
See TracChangeset
for help on using the changeset viewer.