Changeset 6922 for source/ariba/utility/transport/tcpip/protlib/ie.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/ie.h
r5284 r6922 45 45 #define _PROTLIB__IE_H_ 46 46 47 #include < ext/hash_map>47 #include <boost/unordered_map.hpp> 48 48 #include <deque> 49 49 #include <string> … … 53 53 #include "protlib_types.h" 54 54 #include "network_message.h" 55 56 using boost::unordered_map; 55 57 56 58 namespace protlib { … … 463 465 464 466 private: 465 typedef hash_map<IE_Key, IE *, hash_IE_Key> category_map_t;467 typedef unordered_map<IE_Key, IE *, hash_IE_Key> category_map_t; 466 468 467 469 category_map_t registry;
Note:
See TracChangeset
for help on using the changeset viewer.