41a42,53
> void
> sc_port_base::bind(sc_interface &)
> {
> warn("%s not implemented.\n", __PRETTY_FUNCTION__);
> }
>
> void
> sc_port_base::bind(sc_port_base &)
> {
> warn("%s not implemented.\n", __PRETTY_FUNCTION__);
> }
>