ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/repos/GoogleTron/Zlib/GzipWriter.cpp
(Generate patch)

Comparing:
GoogleTron/GzipWriter.cpp (file contents), Revision 676 by douglas, 2006-03-04T05:15:00-08:00 vs.
GoogleTron/Zlib/GzipWriter.cpp (file contents), Revision 680 by douglas, 2006-03-06T00:40:40-08:00

# Line 8 | Line 8
8  
9   #include "GzipWriter.hpp"
10  
11 + namespace Zlib
12 + {
13 +
14   GzipWriter::GzipWriter(const cse::String &path) : file(CheckError(::gzopen(path.NullTerminate(), "wb")))
15   {
16   }
# Line 31 | Line 34 | void GzipWriter::Flush()
34   {
35          CheckError(::gzflush(file, Z_SYNC_FLUSH), file);
36   }
37 +
38 + }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines