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

Diff for /pegasus/src/Pegasus/Common/CIMClassRep.h between version 1.46 and 1.47

version 1.46, 2006/11/07 21:30:36 version 1.47, 2007/10/23 17:42:56
Line 112 
Line 112 
  
 private: private:
  
     CIMClassRep();  
   
     CIMClassRep(const CIMClassRep& x);     CIMClassRep(const CIMClassRep& x);
  
     // This method is declared and made private so that the compiler does      CIMClassRep();    // Unimplemented
     // not implicitly define a default copy constructor.      CIMClassRep& operator=(const CIMClassRep& x);    // Unimplemented
     CIMClassRep& operator=(const CIMClassRep& x)  
     {  
         //PEGASUS_ASSERT(0);  
         return *this;  
     }  
  
     CIMName _superClassName;     CIMName _superClassName;
     Array<CIMMethod> _methods;     Array<CIMMethod> _methods;


Legend:
Removed from v.1.46  
changed lines
  Added in v.1.47

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2