moving terminate() to SimulatorController
git-svn-id: https://www4.informatik.uni-erlangen.de/i4svn/danceos/trunk/devel/fail@1017 8c4709b5-6ec9-48aa-a5cd-a96041d1645a
This commit is contained in:
@ -139,7 +139,7 @@ class SimulatorController
|
||||
* Terminate simulator
|
||||
* @param exCode Individual exit code
|
||||
*/
|
||||
virtual void terminate(int exCode = EXIT_SUCCESS) = 0;
|
||||
virtual void terminate(int exCode = EXIT_SUCCESS);
|
||||
/**
|
||||
* Check whether the interrupt should be suppressed.
|
||||
* @param interruptNum the interrupt-type id
|
||||
|
||||
Reference in New Issue
Block a user