| 14 | |
| 15 | const UINT TabId = 0x1236; |
| 16 | CKernelView(IMainFrame* pFrame) :m_TabCtrl(this),m_pFrame(pFrame) { |
| 17 | } |
| 18 | |
| 19 | BEGIN_MSG_MAP(CKernelView) |
| 20 | MESSAGE_HANDLER(WM_CREATE, OnCreate) |
nothing calls this directly
no outgoing calls
no test coverage detected