48a49,56
>
> protected:
> friend class sc_gem5::Kernel;
>
> virtual void before_end_of_elaboration() = 0;
> virtual void end_of_elaboration() = 0;
> virtual void start_of_simulation() = 0;
> virtual void end_of_simulation() = 0;
77,80c85,88
< virtual void before_end_of_elaboration() {}
< virtual void end_of_elaboration() {}
< virtual void start_of_simulation() {}
< virtual void end_of_simulation() {}
---
> void before_end_of_elaboration() {}
> void end_of_elaboration() {}
> void start_of_simulation() {}
> void end_of_simulation() {}