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 1765 by tim, Mon Nov 22 20:55:52 2004 UTC vs.
Revision 1789 by tim, Mon Nov 29 15:27:43 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();
56  
57 <        void parse(ifstrstream& input, ForceField&  ff);
57 >        void parse(std::istream& input, ForceField&  ff);
58          
59          void push_front(SectionParser* sp);
60  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines