ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/branches/new_design/OOPSE-2.0/src/io/DumpWrite.hpp
(Generate patch)

Comparing branches/new_design/OOPSE-2.0/src/io/DumpWrite.hpp (file contents):
Revision 1807 by tim, Mon Nov 15 18:02:15 2004 UTC vs.
Revision 1808 by tim, Tue Nov 30 23:14:29 2004 UTC

# Line 38 | Line 38 | class DumpWriter{
38  
39      private:  
40          void writeFrame(std::ostream& os);
41 <
41 >        void writeCommentLine(std::ostream& os, Snapshot* s);
42          SimInfo* info_;
43          std::string filename_;
44          std::ofstream dumpFile_;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines