70,79d69
< for (int i = 0; i < _size; i++) {
< if (getInterface(i) == iface) {
< std::string msg =
< csprintf("interface already bound to port: port '%s' (%s)",
< portBase->name(), portBase->kind());
< SC_REPORT_ERROR("(E107) bind interface to port failed",
< msg.c_str());
< }
< }
< _size++;
80a71
> _size++;