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

Diff for /pegasus/src/Pegasus/Common/CIMMethodRep.cpp between version 1.2 and 1.4

version 1.2, 2001/02/19 01:47:16 version 1.4, 2001/04/08 01:13:21
Line 23 
Line 23 
 // Author: // Author:
 // //
 // $Log$ // $Log$
   // Revision 1.4  2001/04/08 01:13:21  mike
   // Changed "ConstCIM" to "CIMConst"
   //
 // 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 CIMConst.
 // //
 // Revision 1.1  2001/02/18 18:39:06  mike // Revision 1.1  2001/02/18 18:39:06  mike
 // new // new
 // //
 // Revision 1.2  2001/02/18 03:56:01  mike // Revision 1.2  2001/02/18 03:56:01  mike
 // Changed more class names (e.g., ConstClassDecl -> ConstCIMClass)  // Changed more class names (e.g., ConstClassDecl -> CIMConstClass)
 // //
 // Revision 1.1  2001/02/16 02:07:06  mike // Revision 1.1  2001/02/16 02:07:06  mike
 // Renamed many classes and headers (using new CIM prefixes). // Renamed many classes and headers (using new CIM prefixes).
Line 211 
Line 214 
     out << "</METHOD>\n";     out << "</METHOD>\n";
 } }
  
 void CIMMethodRep::print() const  void CIMMethodRep::print(std::ostream &os) const
 { {
     Array<Sint8> tmp;     Array<Sint8> tmp;
     toXml(tmp);     toXml(tmp);
     tmp.append('\0');     tmp.append('\0');
     std::cout << tmp.getData() << std::endl;      os << tmp.getData() << std::endl;
 } }
  
 CIMMethodRep::CIMMethodRep() CIMMethodRep::CIMMethodRep()


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

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2