| 95 | ///////////////////////////////////////////////////////////////////////////// |
| 96 | // TableFileFilter message handlers |
| 97 | void TableFileFilter::OnClose() { |
| 98 | // TODO: Add your message handler code here and/or call default |
| 99 | if (m_PageList.ModifiedPrompt() == IDYES) |
| 100 | CDialog::OnClose(); |
| 101 | } |
| 102 | |
| 103 | BOOL TableFileFilter::OnInitDialog() { |
| 104 | CDialog::OnInitDialog(); |
nothing calls this directly
no test coverage detected