Home
last modified time | relevance | path

Searched defs:CListCache (Results 1 – 2 of 2) sorted by relevance

/MusicPlayer2/MusicPlayer2/
H A DCRecentList.h9 class CListCache; variable
13 friend class CListCache; variable
H A DListCache.h9 CListCache(ListType type) : m_type(type) { ASSERT(type != LT_MAX); } in CListCache() function