Changeset 6922 for source/ariba/utility/transport/tcpip/protlib/timer.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/timer.h
r5284 r6922 51 51 #include <sys/time.h> 52 52 #include <list> 53 #include < ext/hash_map>53 #include <boost/unordered_map.hpp> 54 54 55 55 #include "protlib_types.h" … … 124 124 }; // end struct timer 125 125 /// timer manager hashmap 126 typedef hash_map<timer_id_t,timer*> timer_hashmap_t;126 typedef boost::unordered_map<timer_id_t,timer*> timer_hashmap_t; 127 127 /// hashmap iterator 128 128 typedef timer_hashmap_t::iterator timer_hashmap_it_t;
Note:
See TracChangeset
for help on using the changeset viewer.