| 57 | } |
| 58 | |
| 59 | CControlUI* WindowImplBase::CreateControl(LPCTSTR pstrClass) |
| 60 | { |
| 61 | return NULL; |
| 62 | } |
| 63 | |
| 64 | LRESULT WindowImplBase::MessageHandler(UINT uMsg, WPARAM wParam, LPARAM /*lParam*/, bool& /*bHandled*/) |
| 65 | { |
nothing calls this directly
no outgoing calls
no test coverage detected