30a31
> #include "systemc/ext/core/sc_event.hh"
36,41d36
< void
< sc_interface::register_port(sc_port_base &, const char *)
< {
< warn("%s not implemented.\n", __PRETTY_FUNCTION__);
< }
<
45,46c40,41
< warn("%s not implemented.\n", __PRETTY_FUNCTION__);
< return *(sc_event *)nullptr;
---
> static sc_event dummy;
> return dummy;
49,58d43
< sc_interface::~sc_interface()
< {
< warn("%s not implemented.\n", __PRETTY_FUNCTION__);
< }
<
< sc_interface::sc_interface()
< {
< warn("%s not implemented.\n", __PRETTY_FUNCTION__);
< }
<