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

Comparing branches/new_design/OOPSE-2.0/src/io/ZConsReader.hpp (file contents):
Revision 1831 by tim, Wed Dec 1 20:05:49 2004 UTC vs.
Revision 1832 by tim, Thu Dec 2 16:04:19 2004 UTC

# Line 17 | Line 17 | class ZConsReader{
17    public:
18      
19      ZConsReader(SimInfo* info);
20 <    ZConsReader(const string& filename);
20 >    ZConsReader(const std::string& filename);
21      ~ZConsReader();
22      
23      void readHeader();
# Line 34 | Line 34 | class ZConsReader{
34  
35    private:
36      
37 <    ifstream* istream;    
37 >    std::ifstream* istream;    
38      SimInfo* info;
39      std::string zconsFileName;
40  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines