59a60,63
>
> // Implementation defined, but depended on by the tests.
> virtual int vbind(sc_interface &) = 0;
> virtual int vbind(sc_port_base &) = 0;
152a157,170
> // Implementation defined, but depended on by the tests.
> int
> vbind(sc_interface &)
> {
> this->warn_unimpl(__PRETTY_FUNCTION__);
> return 0;
> }
> int
> vbind(sc_port_base &)
> {
> this->warn_unimpl(__PRETTY_FUNCTION__);
> return 0;
> }
>