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

Comparing branches/new_design/OOPSE-2.0/src/io/SectionParser.hpp (file contents):
Revision 1765 by tim, Mon Nov 22 20:55:52 2004 UTC vs.
Revision 1770 by tim, Tue Nov 23 17:53:43 2004 UTC

# Line 32 | Line 32 | class ForceField;
32  
33      /**
34       * @class SectionParser SectionParser.hpp "io/SectionParser.hpp"
35 +     * @todo document
36       */
37      class SectionParser {
38          public:
39 <            void parse(ifstrstream&, ForceFiled* ff, int lineNo);
39 >            void parse(std::istream&, ForceFiled* ff, int lineNo);
40  
41              const std::string& getSectionName() const {
42                  sectionName_;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines