src/node/inet-socket-address.h
changeset 1172 2e5b994330c7
parent 1171 335886fe4ddd
child 1174 e931ef589bb4
equal deleted inserted replaced
1171:335886fe4ddd 1172:2e5b994330c7
    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;