finalize application instance
| 214 | |
| 215 | // finalize application instance |
| 216 | void Application::Finalize() |
| 217 | { |
| 218 | MVS::Finalize(); |
| 219 | |
| 220 | CLOSE_LOGFILE(); |
| 221 | CLOSE_LOGCONSOLE(); |
| 222 | CLOSE_LOG(); |
| 223 | } |
| 224 | |
| 225 | } // unnamed namespace |
| 226 |
nothing calls this directly
no outgoing calls
no test coverage detected