(file) Return to XmlParser.h CVS log (file) (dir) Up to [Pegasus] / pegasus / src / Pegasus / Common

Diff for /pegasus/src/Pegasus/Common/XmlParser.h between version 1.28 and 1.29

version 1.28, 2006/11/10 18:14:58 version 1.29, 2007/02/28 16:07:30
Line 157 
Line 157 
  
     XmlParser(char* text);     XmlParser(char* text);
  
     Boolean next(XmlEntry& entry);      /** Comments are returned with entry if includeComment is true else
           XmlParser ignores comments. Default is false.
       */
       Boolean next(XmlEntry& entry, Boolean includeComment = false);
  
     void putBack(XmlEntry& entry);     void putBack(XmlEntry& entry);
  


Legend:
Removed from v.1.28  
changed lines
  Added in v.1.29

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2