40a41,42
> class EventQueue;
> class SimLoopExitEvent;
50c52,54
< void exitSimLoop(Tick when, const std::string &message, int exit_code = 0);
---
> SimLoopExitEvent *schedExitSimLoop(const std::string &message, Tick when,
> Tick repeat = 0, EventQueue *q = NULL,
> int exit_code = 0);
56c60
< void exitSimLoop(const std::string &cause, int exit_code = 0);
---
> void exitSimLoop(const std::string &message, int exit_code = 0);