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

Diff for /pegasus/src/Pegasus/Common/CIMQualifierDeclRep.h between version 1.13 and 1.14

version 1.13, 2002/03/21 01:05:49 version 1.14, 2002/05/03 01:28:14
Line 118 
Line 118 
  
     CIMQualifierDeclRep(const CIMQualifierDeclRep& x);     CIMQualifierDeclRep(const CIMQualifierDeclRep& x);
  
     CIMQualifierDeclRep& operator=(const CIMQualifierDeclRep& x);      // This method is declared and made private so that the compiler does
       // not implicitly define a default copy constructor.
       CIMQualifierDeclRep& operator=(const CIMQualifierDeclRep& x)
       {
           PEGASUS_ASSERT(0);
           return *this;
       }
  
     String _name;     String _name;
     CIMValue _value;     CIMValue _value;


Legend:
Removed from v.1.13  
changed lines
  Added in v.1.14

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2