| 371 | } |
| 372 | |
| 373 | void CBatchTestEventHandler::OnDebugMessage( const char * msg ) |
| 374 | { |
| 375 | if( gRomLogFH ) |
| 376 | { |
| 377 | fputs( msg, gRomLogFH ); |
| 378 | } |
| 379 | } |
| 380 | |
| 381 | const char * CBatchTestEventHandler::GetTerminationReasonString( ETerminationReason reason ) |
| 382 | { |