| 184 | } |
| 185 | |
| 186 | SERVER::~SERVER() |
| 187 | { |
| 188 | if ( m_pLogFile ) |
| 189 | { |
| 190 | _ftprintf( m_pLogFile, TEXT("SERVER::~SERVER()\n\n") ); |
| 191 | fclose( m_pLogFile ); |
| 192 | } |
| 193 | |
| 194 | delete m_pRecentFiles; |
| 195 | } |
| 196 | |
| 197 | HINSTANCE |
| 198 | SERVER::handle() const |
nothing calls this directly
no outgoing calls
no test coverage detected