Changeset 855 for trunk/MagicSoft/Mars/mbase/MWriteAsciiFile.cc
- Timestamp:
- 07/05/01 13:23:12 (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mbase/MWriteAsciiFile.cc
r852 r855 32 32 // This can be the name of the class or a given name, which identifies // 33 33 // the container in a parameter container list (MParList). // 34 // The container is writte to the ascii file if its HasChangedflag is //34 // The container is writte to the ascii file if its ReadyToSave flag is // 35 35 // set (MParContainer) // 36 36 // // … … 102 102 void MWriteAsciiFile::CheckAndWrite() const 103 103 { 104 if (fContainer-> HasChanged())104 if (fContainer->IsReadyToSave()) 105 105 fContainer->AsciiWrite(*fOut); 106 106 }
Note:
See TracChangeset
for help on using the changeset viewer.