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

Comparing branches/new_design/OOPSE-2.0/src/io/StatWriter.hpp (file contents):
Revision 1724 by tim, Wed Nov 10 14:52:45 2004 UTC vs.
Revision 1725 by tim, Wed Nov 10 22:01:06 2004 UTC

# Line 63 | Line 63 | class StatWriter {
63   */
64   class StatWriter {
65      public:
66 <        StatWriter(const std::string& filename, StatsBitSet mask = DefaultStatsBitSet);
66 >        StatWriter(const std::string& filename, const StatsBitSet& mask = DefaultStatsBitSet);
67          ~StatWriter();
68  
69          void writeTitle();
# Line 75 | Line 75 | class StatWriter {
75          
76      private:
77          
78 <        ofstream statfile_;
78 >        std::ofstream statfile_;
79          StatsBitSet mask_;
80          
81   };

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines