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

Diff for /pegasus/src/Pegasus/Common/CIMQualifierDeclRep.cpp between version 1.29 and 1.30

version 1.29, 2002/07/25 16:19:45 version 1.30, 2002/07/30 16:14:53
Line 46 
Line 46 
 //////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////
  
 CIMQualifierDeclRep::CIMQualifierDeclRep( CIMQualifierDeclRep::CIMQualifierDeclRep(
     const String& name,      const CIMName& name,
     const CIMValue& value,     const CIMValue& value,
     Uint32 scope,     Uint32 scope,
     Uint32 flavor,     Uint32 flavor,
Line 90 
Line 90 
  
 } }
  
 void CIMQualifierDeclRep::setName(const String& name)  void CIMQualifierDeclRep::setName(const CIMName& name)
 { {
     if (!CIMName::legal(name))     if (!CIMName::legal(name))
         throw IllegalName();         throw IllegalName();
Line 218 
Line 218 
 { {
     return     return
         this == x ||         this == x ||
         CIMName::equal(_name, x->_name) &&          _name.equal(x->_name) &&
         _value == x->_value &&         _value == x->_value &&
         _scope == x->_scope &&         _scope == x->_scope &&
         _flavor == x->_flavor &&         _flavor == x->_flavor &&


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

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2