| 26 | |
| 27 | |
| 28 | void ErrorHandler::OpenError(const wchar *FileName) |
| 29 | { |
| 30 | #ifndef SILENT |
| 31 | OpenErrorMsg(FileName); |
| 32 | Exit(RARX_OPEN); |
| 33 | #endif |
| 34 | } |
| 35 | |
| 36 | |
| 37 | void ErrorHandler::CloseError(const wchar *FileName) |
nothing calls this directly
no outgoing calls
no test coverage detected