finalize application instance
| 220 | |
| 221 | // finalize application instance |
| 222 | void Application::Finalize() |
| 223 | { |
| 224 | MVS::Finalize(); |
| 225 | |
| 226 | CLOSE_LOGFILE(); |
| 227 | CLOSE_LOGCONSOLE(); |
| 228 | CLOSE_LOG(); |
| 229 | } |
| 230 | |
| 231 | } // unnamed namespace |
| 232 |
nothing calls this directly
no outgoing calls
no test coverage detected