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

Diff for /pegasus/src/Pegasus/Common/CIMParameter.h between version 1.17 and 1.18

version 1.17, 2002/05/14 03:27:25 version 1.18, 2002/05/15 10:34:28
Line 97 
Line 97 
     Boolean isNull() const;     Boolean isNull() const;
 #endif #endif
  
     void toXml(Array<Sint8>& out) const;  
   
     void toMof(Array<Sint8>& out) const;     void toMof(Array<Sint8>& out) const;
  
     void print(PEGASUS_STD(ostream)& o=PEGASUS_STD(cout)) const;  
   
     Boolean identical(const CIMConstParameter& x) const;     Boolean identical(const CIMConstParameter& x) const;
  
     CIMParameter clone() const;     CIMParameter clone() const;
Line 115 
Line 111 
  
     CIMParameterRep* _rep;     CIMParameterRep* _rep;
     friend class CIMConstParameter;     friend class CIMConstParameter;
       friend class XmlWriter;
 }; };
  
 //////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////
Line 165 
Line 162 
  
 #ifdef PEGASUS_INTERNALONLY #ifdef PEGASUS_INTERNALONLY
     Boolean isNull() const;     Boolean isNull() const;
   
     void toXml(Array<Sint8>& out) const;  
   
     void print(PEGASUS_STD(ostream) &o=PEGASUS_STD(cout)) const;  
 #endif #endif
  
     Boolean identical(const CIMConstParameter& x) const;     Boolean identical(const CIMConstParameter& x) const;
Line 181 
Line 174 
  
     CIMParameterRep* _rep;     CIMParameterRep* _rep;
     friend class CIMParameter;     friend class CIMParameter;
       friend class XmlWriter;
 }; };
  
 #define PEGASUS_ARRAY_T CIMParameter #define PEGASUS_ARRAY_T CIMParameter


Legend:
Removed from v.1.17  
changed lines
  Added in v.1.18

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2