Changeset 802 for trunk/pdns/pdns/recursor_cache.hh
- Timestamp:
- 04/29/06 23:49:33 (7 years ago)
- Files:
-
- 1 modified
-
trunk/pdns/pdns/recursor_cache.hh (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pdns/pdns/recursor_cache.hh
r670 r802 19 19 #endif 20 20 21 #undef max 22 21 23 #define L theL() 22 24 using namespace boost; 23 25 using namespace ::boost::multi_index; 24 25 26 26 27 27 class MemRecursorCache : public boost::noncopyable // : public RecursorCache … … 54 54 unsigned int size() const 55 55 { 56 return 4+d_string.size();56 return ( unsigned int ) 4+d_string.size(); 57 57 } 58 58