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

Diff for /pegasus/src/Pegasus/Common/XmlReader.h between version 1.15 and 1.18.2.2

version 1.15, 2001/07/02 01:50:10 version 1.18.2.2, 2001/09/27 21:57:24
Line 1 
Line 1 
 //%///////////////////////////////////////////////////////////////////////////// //%/////////////////////////////////////////////////////////////////////////////
 // //
 // Copyright (c) 2000, 2001 The Open group, BMC Software, Tivoli Systems, IBM  // Copyright (c) 2000, 2001 BMC Software, Hewlett-Packard Company, IBM,
   // The Open Group, Tivoli Systems
 // //
 // Permission is hereby granted, free of charge, to any person obtaining a copy // Permission is hereby granted, free of charge, to any person obtaining a copy
 // of this software and associated documentation files (the "Software"), to // of this software and associated documentation files (the "Software"), to
Line 22 
Line 23 
 // //
 // Author: Mike Brasher (mbrasher@bmc.com) // Author: Mike Brasher (mbrasher@bmc.com)
 // //
 // Modified By:  // Modified By: Carol Ann Krug Graves, Hewlett-Packard Company
   //              (carolann_graves@hp.com)
   //
   //              Nitin Upasani, Hewlett-Packard Company (Nitin_Upasani@hp.com)
 // //
 //%///////////////////////////////////////////////////////////////////////////// //%/////////////////////////////////////////////////////////////////////////////
  
Line 73 
Line 77 
         XmlParser& parser,         XmlParser& parser,
         XmlEntry& entry);         XmlEntry& entry);
  
       static Boolean testXmlDeclaration (
         XmlParser& parser,
         XmlEntry& entry);
   
     static Boolean testStartTag(     static Boolean testStartTag(
         XmlParser& parser,         XmlParser& parser,
         XmlEntry& entry,         XmlEntry& entry,
Line 334 
Line 342 
  
     static Boolean getErrorElement(     static Boolean getErrorElement(
         XmlParser& parser,         XmlParser& parser,
         CIMException::Code& code,          CIMStatusCode& code,
         const char*& description,         const char*& description,
         Boolean required = false);         Boolean required = false);
  
Line 346 
Line 354 
         XmlParser& parser,         XmlParser& parser,
         CIMReference& objectName);         CIMReference& objectName);
  
       static Boolean getObjectPathElement(
           XmlParser& parser,
           CIMReference& objectPath);
   
       static Boolean getEMethodCallStartTag(
           XmlParser& parser,
           const char*& name);
   
       static Boolean getEMethodResponseStartTag(
           XmlParser& parser,
           const char*& name);
   
 private: private:
  
     XmlReader()     XmlReader()


Legend:
Removed from v.1.15  
changed lines
  Added in v.1.18.2.2

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2