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

Comparing trunk/OOPSE-2.0/src/io/SectionParser.hpp (file contents):
Revision 2211 by chrisfen, Thu Apr 21 14:12:19 2005 UTC vs.
Revision 2448 by tim, Wed Nov 16 23:10:02 2005 UTC

# Line 63 | Line 63 | namespace oopse {
63      const std::string& getSectionName() const {
64        return sectionName_;
65      }
66 <    
66 >    virtual void validateSection() {}
67    protected:
68      void setSectionName(const std::string& sectionName) {
69        sectionName_ = sectionName;
# Line 72 | Line 72 | namespace oopse {
72    private:
73      bool isEndSection(const std::string& line);
74      virtual void parseLine(ForceField& ff, const std::string& line, int lineNo) = 0;
75 +
76 +    
77      std::string sectionName_;
78    };
79  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines