| 151 | } |
| 152 | |
| 153 | void VideoHppGenerator::checkForError( bool condition, int line, std::string const & message ) const |
| 154 | { |
| 155 | ::checkForError( "VideoHppGenerator", condition, line, message ); |
| 156 | } |
| 157 | |
| 158 | void VideoHppGenerator::checkForWarning( bool condition, int line, std::string const & message ) const |
| 159 | { |
nothing calls this directly
no test coverage detected