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

Comparing trunk/OOPSE-2.0/src/io/SectionParserManager.cpp (file contents):
Revision 2238 by tim, Sun May 22 21:05:15 2005 UTC vs.
Revision 2448 by tim, Wed Nov 16 23:10:02 2005 UTC

# Line 141 | Line 141 | namespace oopse {
141          input.clear();            
142          input.seekg(i->offset);
143          (i->sectionParser)->parse(input, ff, i->lineNo);
144 +        (i->sectionParser)->validateSection();
145        }
146      }
147      

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines