SimulatorController: document important restore() side-effect
git-svn-id: https://www4.informatik.uni-erlangen.de/i4svn/danceos/trunk/devel/fail@1104 8c4709b5-6ec9-48aa-a5cd-a96041d1645a
This commit is contained in:
@ -128,7 +128,8 @@ class SimulatorController
|
||||
*/
|
||||
virtual void save(const string& path) = 0;
|
||||
/**
|
||||
* Restore simulator state.
|
||||
* Restore simulator state. Implicitly discards all previously
|
||||
* registered events.
|
||||
* @param path Location to previously saved state information
|
||||
*/
|
||||
virtual void restore(const string& path) = 0;
|
||||
|
||||
Reference in New Issue
Block a user