finalize application instance
| 168 | |
| 169 | // finalize application instance |
| 170 | void Application::Finalize() |
| 171 | { |
| 172 | MVS::Finalize(); |
| 173 | |
| 174 | CLOSE_LOGFILE(); |
| 175 | CLOSE_LOGCONSOLE(); |
| 176 | CLOSE_LOG(); |
| 177 | } |
| 178 | |
| 179 | void ImageListParse(const LPSTR* argv, Point3& C) |
| 180 | { |
nothing calls this directly
no outgoing calls
no test coverage detected