SimCon interface update: save returns a boolean, now (+ redundant virtual keywords removed).

git-svn-id: https://www4.informatik.uni-erlangen.de/i4svn/danceos/trunk/devel/fail@1724 8c4709b5-6ec9-48aa-a5cd-a96041d1645a
This commit is contained in:
adrian
2012-10-05 12:12:56 +00:00
parent 37f030b9a3
commit 171d178309
8 changed files with 25 additions and 16 deletions

View File

@ -47,8 +47,9 @@ public:
/**
* Save simulator state. TODO.
* @param path Location to store state information
* @return \c true if the state has been successfully saved, \c false otherwise
*/
void save(const std::string& path) {}
bool save(const std::string& path) { return false; }
/**
* Restore simulator state. Clears all Listeners. TODO.
* @param path Location to previously saved state information