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

Diff for /pegasus/src/Pegasus/Common/CIMObjectRep.h between version 1.30 and 1.31

version 1.30, 2006/11/07 21:30:36 version 1.31, 2007/10/23 17:42:56
Line 137 
Line 137 
  
 protected: protected:
  
     CIMObjectRep();  
   
     CIMObjectRep(const CIMObjectRep& x);     CIMObjectRep(const CIMObjectRep& x);
  
     CIMObjectPath _reference;     CIMObjectPath _reference;
Line 148 
Line 146 
  
 private: private:
  
     // This method is declared and made private so that the compiler does      CIMObjectRep();    // Unimplemented
     // not implicitly define a default copy constructor.      CIMObjectRep& operator=(const CIMObjectRep& x);    // Unimplemented
     CIMObjectRep& operator=(const CIMObjectRep& x)  
     {  
         //PEGASUS_ASSERT(0);  
         return *this;  
     }  
  
     friend class CIMObject;     friend class CIMObject;
     friend class BinaryStreamer;     friend class BinaryStreamer;


Legend:
Removed from v.1.30  
changed lines
  Added in v.1.31

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2