| 468 | return _pIPAddress->family(); |
| 469 | } |
| 470 | UInt32 IPAddress::scope() const { |
| 471 | return _pIPAddress->scope(); |
| 472 | } |
| 473 | const string& IPAddress::toString() const { |
| 474 | return _pIPAddress->toString(); |
| 475 | } |
no outgoing calls
no test coverage detected