| 38 | } |
| 39 | |
| 40 | GuiExecutor::GuiExecutor() : |
| 41 | m_guiThreadId(std::this_thread::get_id()), |
| 42 | m_wnd(*this) |
| 43 | { |
| 44 | assert(::IsGUIThread(FALSE)); |
| 45 | m_wnd.Create(); |
| 46 | } |
| 47 | |
| 48 | GuiExecutor::~GuiExecutor() |
| 49 | { |
nothing calls this directly
no test coverage detected