| 41 | DECLARE_WND_SUPERCLASS(nullptr,CListViewCtrl::GetWndClassName()) |
| 42 | |
| 43 | CKernelPoolView(IMainFrame* pFrame):m_pFrame(pFrame){} |
| 44 | |
| 45 | void LoadPoolTagText(); |
| 46 | void UpdatePoolTags(); |
nothing calls this directly
no outgoing calls
no test coverage detected