| 295 | // CMainFrame diagnostics |
| 296 | #ifdef _DEBUG |
| 297 | void CMainFrame::AssertValid( ) const |
| 298 | { |
| 299 | CMDIFrameWndEx::AssertValid( ); |
| 300 | } |
| 301 | |
| 302 | void CMainFrame::Dump( CDumpContext& dc ) const |
| 303 | { |
nothing calls this directly
no outgoing calls
no test coverage detected