Changeset 6927 for source/ariba/utility/transport/tcpip
- Timestamp:
- Nov 14, 2009, 5:10:40 PM (16 years ago)
- File:
- 
      - 1 edited
 
 
Legend:
- Unmodified
- Added
- Removed
- 
      source/ariba/utility/transport/tcpip/protlib/llhashers.hr6922 r6927 42 42 43 43 namespace boost { 44 44 /* 45 45 /// long long int hasher 46 46 template <> struct hash<long long> { … … 52 52 inline size_t operator()(unsigned long long i) const { return (size_t)i; } 53 53 }; // end unsigned long long hasher 54 54 */ 55 55 } // end namespace __gnu_cxx 56 56 
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  
