Finalized Checkpointing, see t-eoCheckpointing for a test

This commit is contained in:
mac 2000-03-31 10:02:18 +00:00
commit 9bcf9d95f8
12 changed files with 558 additions and 11 deletions

View file

@ -71,7 +71,7 @@ public :
*
* @param _filename the name of the file to save into
*/
void save(const std::string& _filename);
void save(const std::string& _filename) const;
private :
std::string createObjectName(eoObject* obj);