Changeset 6922 for source/ariba/utility/transport/tcpip/protlib/address.h
- Timestamp:
- Nov 13, 2009, 8:05:41 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
source/ariba/utility/transport/tcpip/protlib/address.h
r6919 r6922 38 38 #include "ie.h" 39 39 40 #include <ext/hash_map> 40 #include <boost/unordered_map.hpp> 41 #include <boost/functional/hash.hpp> 42 41 43 #include <netinet/in.h> 42 44 #include <set> … … 1404 1406 /*********************************** hash functions ***********************************/ 1405 1407 1406 namespace __gnu_cxx{1408 namespace boost { 1407 1409 /// hostaddress hasher 1408 1410 template <> struct hash<protlib::hostaddress> { … … 1439 1441 1440 1442 /// appladdress equal_to 1443 1441 1444 template <> struct equal_to<protlib::appladdress> { 1442 1445 inline bool operator()(const protlib::appladdress& addr1, const protlib::appladdress& addr2) const { return addr1.equiv(addr2); }
Note:
See TracChangeset
for help on using the changeset viewer.