32a33,39
> namespace sc_gem5
> {
>
> class Process;
>
> } // namespace sc_gem5
>
38a46
> class sc_module;
47a56,69
>
> sc_sensitive &operator << (::sc_gem5::Process *p);
>
> private:
> friend class sc_module;
>
> // Install all the static events which may not have been ready at
> // construction time, like the default_event of the peer of an unbound
> // port.
> void finalize();
>
> sc_sensitive();
>
> ::sc_gem5::Process *currentProcess;