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

Comparing branches/new_design/OOPSE-3.0/src/io/SectionParserManager.hpp (file contents):
Revision 1788 by tim, Wed Nov 24 22:12:12 2004 UTC vs.
Revision 1789 by tim, Mon Nov 29 15:27:43 2004 UTC

# Line 54 | Line 54 | class SectionParserManager {
54          SectionParserManager() : beginPriority_(0), priorityDifference_(100) {}
55          ~SectionParserManager();
56  
57 <        void parse(ifstrstream& input, ForceField&  ff);
57 >        void parse(std::istream& input, ForceField&  ff);
58          
59          void push_front(SectionParser* sp);
60  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines