Ignore:
Timestamp:
02/19/04 10:39:30 (21 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mfileio/MWriteAsciiFile.cc

    r2173 r3238  
    199199    while ((obj=(MParContainer*)Next()))
    200200    {
     201        //
     202        // Check for the Write flag
     203        //
    201204        if (!obj->IsReadyToSave())
    202205            continue;
    203206
     207        //
     208        // Write container to file
     209        //
    204210        if (!obj->AsciiWrite(*fOut))
    205211            continue;
    206212
     213        //
     214        // Store that at least one container was written
     215        //
    207216        written = kTRUE;
    208217
Note: See TracChangeset for help on using the changeset viewer.