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

Diff for /pegasus/src/Pegasus/Common/Print.h between version 1.4 and 1.5

version 1.4, 2008/12/16 18:56:00 version 1.5, 2009/11/30 16:49:46
Line 35 
Line 35 
 #include <Pegasus/Common/Config.h> #include <Pegasus/Common/Config.h>
 #include <Pegasus/Common/CIMInstance.h> #include <Pegasus/Common/CIMInstance.h>
 #include <Pegasus/Common/CIMQualifierDecl.h> #include <Pegasus/Common/CIMQualifierDecl.h>
   #include <Pegasus/Common/CIMParamValue.h>
 #include <Pegasus/Common/Linkage.h> #include <Pegasus/Common/Linkage.h>
 #include <iostream> #include <iostream>
  
Line 85 
Line 86 
     const CIMConstQualifierDecl& x,     const CIMConstQualifierDecl& x,
     Uint32 n = 0);     Uint32 n = 0);
  
   PEGASUS_COMMON_LINKAGE void PrintParamValue(
       PEGASUS_STD(ostream)& os,
       const CIMParamValue& x,
       Uint32 n = 0);
   
   PEGASUS_COMMON_LINKAGE void PrintParamValueArray(
       PEGASUS_STD(ostream)& os,
       const Array<CIMParamValue>& x,
       Uint32 n = 0);
   
 PEGASUS_NAMESPACE_END PEGASUS_NAMESPACE_END
  
 #endif /* Pegasus_Print_h */ #endif /* Pegasus_Print_h */


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

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2