| 159 | } |
| 160 | |
| 161 | BOOL CMainFrame::OnIdle() |
| 162 | { |
| 163 | UpdateUI(); |
| 164 | UIUpdateToolBar(); |
| 165 | UIUpdateStatusBar(); |
| 166 | return FALSE; |
| 167 | } |
| 168 | |
| 169 | LRESULT CMainFrame::OnCreate(const CREATESTRUCT* /*pCreate*/) |
| 170 | { |
nothing calls this directly
no outgoing calls
no test coverage detected