Changeset 6919 for source/ariba/utility/addressing
- Timestamp:
- Nov 13, 2009, 1:41:34 PM (15 years ago)
- Location:
- source/ariba/utility/addressing
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
source/ariba/utility/addressing/endpoint_set.hpp
r6877 r6919 399 399 this->rfcomm = rhs.rfcomm; 400 400 this->tcp = rhs.tcp; 401 return *this; 401 402 } 402 403 -
source/ariba/utility/addressing/ip_address.hpp
r6841 r6919 166 166 } 167 167 168 169 168 bool is_multicast_site_local() const { 170 169 if (addr.is_v4()) return false;
Note:
See TracChangeset
for help on using the changeset viewer.