| 33 | // |
| 34 | //***************************************************************************** |
| 35 | COutStream::COutStream( const char * filename ) |
| 36 | : mBufferCount( 0 ) |
| 37 | , mFile( gzopen( filename, "wb" ) ) |
| 38 | { |
| 39 | } |
| 40 | |
| 41 | //***************************************************************************** |
| 42 | // |
nothing calls this directly
no outgoing calls
no test coverage detected