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

Comparing branches/new_design/OOPSE-2.0/src/io/DumpWriter.hpp (file contents):
Revision 1819 by tim, Wed Dec 1 22:45:49 2004 UTC vs.
Revision 1820 by tim, Thu Dec 2 00:09:35 2004 UTC

# Line 32 | Line 32 | class DumpWriter{
32          DumpWriter(SimInfo* info, const std::string& filename);
33          ~DumpWriter();
34          
35 <        void write() {
35 >        void writeDump() {
36              writeFrame(dumpFile_);
37          }
38  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines