Finalized Checkpointing, see t-eoCheckpointing for a test
This commit is contained in:
parent
6d5d34ba1f
commit
9bcf9d95f8
12 changed files with 558 additions and 11 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Reference in a new issue