Ignore:
Timestamp:
09/21/11 09:42:30 (13 years ago)
Author:
hozdoba
Message:

Corrections

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XMLIO_V2/dev/common/src/xmlio/xml_parser.cpp

    r219 r278  
    11#include "xml_parser.hpp" 
     2 
     3#include "context.hpp" 
    24 
    35#include "attribute_template_impl.hpp" 
     
    1214 
    1315      void CXMLParser::ParseFile(const StdString & filename) 
    14       { StdIFStream ifs ( filename.c_str() , StdIFStream::in ); 
    15         CXMLParser::ParseStream(ifs); } 
     16      { 
     17         StdIFStream ifs ( filename.c_str() , StdIFStream::in ); 
     18         CXMLParser::ParseStream(ifs); 
     19      } 
    1620 
    1721      void CXMLParser::ParseString(const StdString & xmlContent) 
     
    8690         } 
    8791      } 
     92 
    8893   }// namespace xml 
    8994} // namespace xmlioserver 
Note: See TracChangeset for help on using the changeset viewer.