61,63c61,63
< // Tick _when, const std::string &_cause,
< // Tick _repeat = 0, int c = 0)
< // : Event(q, Sim_Exit_Pri), cause(_cause), code(c), repeat(_repeat)
---
> // Tick _when, const std::string &_cause,
> // Tick _repeat = 0, int c = 0)
> // : Event(q, Sim_Exit_Pri), cause(_cause), code(c), repeat(_repeat)
69c69
< void process(); // process event
---
> void process(); // process event
98,99c98,99
< std::string cause; // string explaining why we're terminating
< int &downCounter; // decrement & terminate if zero
---
> std::string cause; // string explaining why we're terminating
> int &downCounter; // decrement & terminate if zero
105c105
< void process(); // process event
---
> void process(); // process event
123c123
< void process(); // process event
---
> void process(); // process event