equal
deleted
inserted
replaced
62 /** |
62 /** |
63 * \param address the new ipv4 address |
63 * \param address the new ipv4 address |
64 */ |
64 */ |
65 void SetIpv4 (Ipv4Address address); |
65 void SetIpv4 (Ipv4Address address); |
66 |
66 |
|
67 static bool IsMatchingType (const Address &address); |
|
68 |
67 /** |
69 /** |
68 * \returns an Address instance which represents this |
70 * \returns an Address instance which represents this |
69 * InetSocketAddress instance. |
71 * InetSocketAddress instance. |
70 */ |
72 */ |
71 Address ConvertTo (void) const; |
73 Address ConvertTo (void) const; |