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

Diff for /pegasus/src/Pegasus/Common/Print.cpp between version 1.8 and 1.9

version 1.8, 2011/09/12 22:32:11 version 1.9, 2012/12/13 14:38:55
Line 576 
Line 576 
  
  
 PEGASUS_COMMON_LINKAGE void PrintValue( PEGASUS_COMMON_LINKAGE void PrintValue(
     PEGASUS_STD(ostream)& os,      PEGASUS_STD(ostream)&,
     const CIMValue& x,      const CIMValue&,
     Uint32 n)      Uint32)
 { {
 } }
  
 PEGASUS_COMMON_LINKAGE void PrintProperty( PEGASUS_COMMON_LINKAGE void PrintProperty(
     PEGASUS_STD(ostream)& os,      PEGASUS_STD(ostream)&,
     const CIMConstProperty& x,      const CIMConstProperty&,
     Uint32 n)      Uint32)
 { {
 } }
  
 PEGASUS_COMMON_LINKAGE void PrintObjectPath( PEGASUS_COMMON_LINKAGE void PrintObjectPath(
     PEGASUS_STD(ostream)& os,      PEGASUS_STD(ostream)&,
     const CIMObjectPath& x,      const CIMObjectPath&,
     Uint32 n)      Uint32)
 { {
 } }
  
 PEGASUS_COMMON_LINKAGE void PrintInstance( PEGASUS_COMMON_LINKAGE void PrintInstance(
     PEGASUS_STD(ostream)& os,      PEGASUS_STD(ostream)&,
     const CIMConstInstance& cimInstance,      const CIMConstInstance&,
     Uint32 n)      Uint32)
 { {
 } }
  
 PEGASUS_COMMON_LINKAGE void PrintQualifierDecl( PEGASUS_COMMON_LINKAGE void PrintQualifierDecl(
     PEGASUS_STD(ostream)& os,      PEGASUS_STD(ostream)&,
     const CIMConstQualifierDecl& x,      const CIMConstQualifierDecl&,
     Uint32 n)      Uint32)
 { {
 } }
  
 PEGASUS_COMMON_LINKAGE void PrintParamValue( PEGASUS_COMMON_LINKAGE void PrintParamValue(
     PEGASUS_STD(ostream)& os,      PEGASUS_STD(ostream)&,
     const CIMParamValue& x,      const CIMParamValue&,
     Uint32 n)      Uint32)
 { {
 } }
  
 PEGASUS_COMMON_LINKAGE void PrintParamValueArray( PEGASUS_COMMON_LINKAGE void PrintParamValueArray(
     PEGASUS_STD(ostream)& os,      PEGASUS_STD(ostream)&,
     const Array<CIMParamValue>& x,      const Array<CIMParamValue>&,
     Uint32 n)      Uint32)
 { {
 } }
 #endif /* defined(PEGASUS_DEBUG) */ #endif /* defined(PEGASUS_DEBUG) */


Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2