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

Diff for /pegasus/src/Pegasus/Common/CIMQualifierDeclRep.h between version 1.2 and 1.3

version 1.2, 2001/02/19 01:47:16 version 1.3, 2001/03/04 21:57:34
Line 23 
Line 23 
 // Author: // Author:
 // //
 // $Log$ // $Log$
   // Revision 1.3  2001/03/04 21:57:34  bob
   // Changed print methods to take a stream instead of hardcoded cout
   //
 // Revision 1.2  2001/02/19 01:47:16  mike // Revision 1.2  2001/02/19 01:47:16  mike
 // Renamed names of the form CIMConst to ConstCIM. // Renamed names of the form CIMConst to ConstCIM.
 // //
Line 123 
Line 126 
  
     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 CIMQualifierDeclRep* x) const;     Boolean identical(const CIMQualifierDeclRep* x) const;
  


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

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2