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

Comparing branches/new_design/OOPSE-4/src/io/SectionParserManager.hpp (file contents):
Revision 1783 by tim, Mon Nov 22 20:55:52 2004 UTC vs.
Revision 1784 by tim, Wed Nov 24 22:12:12 2004 UTC

# Line 28 | Line 28 | namespace oopse {
28  
29   #include <list>
30  
31 + #include "io/SectionParser.hpp"
32 +
33   namespace oopse {
34  
35   struct SectionParserContext {
# Line 46 | Line 48 | class SectionParserManager {
48  
49      public:
50          typedef std::list<SectionParserContext> SectionParserContextList;
51 <        typedef typename SectionParserContextList::iterator iterator;
52 <        typedef typename SectionParserContextList::const_iterator const_iterator;
51 >        typedef SectionParserContextList::iterator iterator;
52 >        typedef SectionParserContextList::const_iterator const_iterator;
53  
54          SectionParserManager() : beginPriority_(0), priorityDifference_(100) {}
55          ~SectionParserManager();

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines