| 868 | |
| 869 | |
| 870 | CListBodyUI::CListBodyUI(CListUI* pOwner) : m_pOwner(pOwner) |
| 871 | { |
| 872 | ASSERT(m_pOwner); |
| 873 | } |
| 874 | |
| 875 | BOOL CListBodyUI::SortItems(PULVCompareFunc pfnCompare, UINT_PTR dwData) |
| 876 | { |
nothing calls this directly
no outgoing calls
no test coverage detected