| 7 | |
| 8 | |
| 9 | void ErrorHandler::Clean() |
| 10 | { |
| 11 | ExitCode=RARX_SUCCESS; |
| 12 | ErrCount=0; |
| 13 | EnableBreak=true; |
| 14 | Silent=false; |
| 15 | UserBreak=false; |
| 16 | MainExit=false; |
| 17 | DisableShutdown=false; |
| 18 | } |
| 19 | |
| 20 | |
| 21 | void ErrorHandler::MemoryError() |
no outgoing calls
no test coverage detected