finalize application instance
| 461 | |
| 462 | // finalize application instance |
| 463 | void Application::Finalize() |
| 464 | { |
| 465 | MVS::Finalize(); |
| 466 | |
| 467 | CLOSE_LOGFILE(); |
| 468 | CLOSE_LOGCONSOLE(); |
| 469 | CLOSE_LOG(); |
| 470 | } |
| 471 | |
| 472 | } // unnamed namespace |
| 473 |
nothing calls this directly
no outgoing calls
no test coverage detected