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

Diff for /pegasus/src/Pegasus/Common/CIMParamValueRep.h between version 1.6 and 1.9

version 1.6, 2002/02/23 03:47:22 version 1.9, 2002/05/17 16:58:07
Line 72 
Line 72 
  
     void toXml(Array<Sint8>& out) const;     void toXml(Array<Sint8>& out) const;
  
     void print(PEGASUS_STD(ostream) &o=PEGASUS_STD(cout)) const;  
   
     Boolean identical(const CIMParamValueRep* x) const;     Boolean identical(const CIMParamValueRep* x) const;
  
     CIMParamValueRep* clone() const     CIMParamValueRep* clone() const
Line 87 
Line 85 
  
     CIMParamValueRep(const CIMParamValueRep& x);     CIMParamValueRep(const CIMParamValueRep& x);
  
     CIMParamValueRep& operator=(const CIMParamValueRep& x);      // This method is declared and made private so that the compiler does
       // not implicitly define a default copy constructor.
       CIMParamValueRep& operator=(const CIMParamValueRep& x)
       {
           //PEGASUS_ASSERT(0);
           return *this;
       }
  
     String _parameterName;     String _parameterName;
     CIMValue _value;     CIMValue _value;


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

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2