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

Comparing trunk/OOPSE-4/src/io/SectionParserManager.cpp (file contents):
Revision 2211 by chrisfen, Thu Apr 21 14:12:19 2005 UTC vs.
Revision 2238 by tim, Sun May 22 21:05:15 2005 UTC

# Line 200 | Line 200 | namespace oopse {
200      SectionParserManager::iterator i;
201      i = findSectionParser(sp->getSectionName());
202      if (i != sectionParsers_.end()) {
203 <      std::cerr << sp->getSectionName() << " section parser is alway existed"
203 >      std::cerr << sp->getSectionName() << " section parser is already existed"
204        << std::endl;
205      }
206  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines