Ignore:
Timestamp:
07/05/01 13:23:12 (23 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r852 r855  
    3232// This can be the name of the class or a given name, which identifies     //
    3333// the container in a parameter container list (MParList).                 //
    34 // The container is writte to the ascii file if its HasChanged flag is     //
     34// The container is writte to the ascii file if its ReadyToSave flag is     //
    3535// set (MParContainer)                                                     //
    3636//                                                                         //
     
    102102void MWriteAsciiFile::CheckAndWrite() const
    103103{
    104     if (fContainer->HasChanged())
     104    if (fContainer->IsReadyToSave())
    105105        fContainer->AsciiWrite(*fOut);
    106106}
Note: See TracChangeset for help on using the changeset viewer.