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

Diff for /pegasus/src/Pegasus/Common/CIMQualifierList.h between version 1.3 and 1.4

version 1.3, 2001/02/20 05:16:57 version 1.4, 2001/03/04 21:57:34
Line 23 
Line 23 
 // Author: // Author:
 // //
 // $Log$ // $Log$
   // Revision 1.4  2001/03/04 21:57:34  bob
   // Changed print methods to take a stream instead of hardcoded cout
   //
 // Revision 1.3  2001/02/20 05:16:57  mike // Revision 1.3  2001/02/20 05:16:57  mike
 // Implemented CIMInstance::getInstanceName() // Implemented CIMInstance::getInstanceName()
 // //
Line 84 
Line 87 
  
     void toXml(Array<Sint8>& out) const;     void toXml(Array<Sint8>& out) const;
  
     void print() const;      void print(std::ostream &o=std::cout) const;
  
     Boolean identical(const CIMQualifierList& x) const;     Boolean identical(const CIMQualifierList& x) const;
  


Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2