ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-4/src/io/DumpWriter.hpp
(Generate patch)

Comparing trunk/OOPSE-4/src/io/DumpWriter.hpp (file contents):
Revision 2313 by gezelter, Fri Apr 15 22:04:00 2005 UTC vs.
Revision 2314 by tim, Tue Sep 20 21:22:38 2005 UTC

# Line 82 | Line 82 | namespace oopse {
82          
83      void writeFrame(std::ostream& os);
84      void writeCommentLine(std::ostream& os, Snapshot* s);
85 +    std::ostream* createOStream(const std::string& filename);
86 +    
87      SimInfo* info_;
88      std::string filename_;
89 <    std::ofstream dumpFile_;
89 >    std::ostream* dumpFile_;
90      std::string eorFilename_;
91 +    bool needCompression_;
92    };
93  
94   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines