(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.21 and 1.22

version 1.21, 2006/11/07 21:30:36 version 1.22, 2007/10/23 17:42:56
Line 85 
Line 85 
  
 private: private:
  
     CIMParamValueRep();  
   
     CIMParamValueRep(const CIMParamValueRep& x);     CIMParamValueRep(const CIMParamValueRep& x);
  
     // This method is declared and made private so that the compiler does      CIMParamValueRep();    // Unimplemented
     // not implicitly define a default copy constructor.      CIMParamValueRep& operator=(const CIMParamValueRep& x);    // Unimplemented
     CIMParamValueRep& operator=(const CIMParamValueRep& x)  
     {  
         //PEGASUS_ASSERT(0);  
         return *this;  
     }  
  
     String _parameterName;     String _parameterName;
     CIMValue _value;     CIMValue _value;


Legend:
Removed from v.1.21  
changed lines
  Added in v.1.22

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2