70c70,72
< * Get a master port with a given name and index.
---
> * Get a master port with a given name and index. This is used at
> * binding time and returns a reference to a protocol-agnostic
> * base master port.
77,78c79,80
< virtual MasterPort& getMasterPort(const std::string& if_name,
< int idx = -1);
---
> virtual BaseMasterPort& getMasterPort(const std::string& if_name,
> PortID idx = InvalidPortID);
81c83,85
< * Get a slave port with a given name and index.
---
> * Get a slave port with a given name and index. This is used at
> * binding time and returns a reference to a protocol-agnostic
> * base master port.
88,89c92,93
< virtual SlavePort& getSlavePort(const std::string& if_name,
< int idx = -1);
---
> virtual BaseSlavePort& getSlavePort(const std::string& if_name,
> PortID idx = InvalidPortID);