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

Comparing branches/new_design/OOPSE-3.0/src/io/SectionParser.hpp (file contents):
Revision 1882 by tim, Mon Nov 29 15:27:43 2004 UTC vs.
Revision 1883 by tim, Mon Dec 13 22:30:27 2004 UTC

# Line 41 | Line 41 | class ForceField;
41       */
42      class SectionParser {
43          public:
44 +            virtual ~SectionParser() {}
45              void parse(std::istream& input, ForceField& ff, int lineNo);
46  
47              const std::string& getSectionName() const {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines