/// error occurs during opening a socket, or NULL if exception should
/// be thrown upon error.
bool openMulticastSocket(Iface& iface,
- const isc::asiolink::IOAddress addr,
+ const isc::asiolink::IOAddress& addr,
const uint16_t port,
IfaceMgrErrorMsgCallback error_handler = NULL);
bool
IfaceMgr::openMulticastSocket(Iface& iface,
- const isc::asiolink::IOAddress addr,
+ const isc::asiolink::IOAddress& addr,
const uint16_t port,
IfaceMgrErrorMsgCallback error_handler) {
try {
bool
IfaceMgr::openMulticastSocket(Iface& iface,
- const isc::asiolink::IOAddress addr,
+ const isc::asiolink::IOAddress& addr,
const uint16_t port,
IfaceMgrErrorMsgCallback error_handler) {
// This variable will hold a descriptor of the socket bound to
bool
IfaceMgr::openMulticastSocket(Iface& iface,
- const isc::asiolink::IOAddress addr,
+ const isc::asiolink::IOAddress& addr,
const uint16_t port,
IfaceMgrErrorMsgCallback error_handler) {
try {