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

Diff for /pegasus/src/Pegasus/Common/CIMQualifierDecl.cpp between version 1.15 and 1.16

version 1.15, 2002/06/01 00:56:27 version 1.16, 2002/07/30 16:14:53
Line 53 
Line 53 
 } }
  
 CIMQualifierDecl::CIMQualifierDecl( CIMQualifierDecl::CIMQualifierDecl(
     const String& name,      const CIMName& name,
     const CIMValue& value,     const CIMValue& value,
     Uint32 scope,     Uint32 scope,
     Uint32 flavor,     Uint32 flavor,
Line 83 
Line 83 
     return *this;     return *this;
 } }
  
 const String& CIMQualifierDecl::getName() const  const CIMName& CIMQualifierDecl::getName() const
 { {
     _checkRep();     _checkRep();
     return _rep->getName();     return _rep->getName();
 } }
  
 void CIMQualifierDecl::setName(const String& name)  void CIMQualifierDecl::setName(const CIMName& name)
 { {
     _checkRep();     _checkRep();
     _rep->setName(name);     _rep->setName(name);
Line 188 
Line 188 
 } }
  
 CIMConstQualifierDecl::CIMConstQualifierDecl( CIMConstQualifierDecl::CIMConstQualifierDecl(
     const String& name,      const CIMName& name,
     const CIMValue& value,     const CIMValue& value,
     Uint32 scope,     Uint32 scope,
     Uint32 flavor,     Uint32 flavor,
Line 226 
Line 226 
     return *this;     return *this;
 } }
  
 const String& CIMConstQualifierDecl::getName() const  const CIMName& CIMConstQualifierDecl::getName() const
 { {
     _checkRep();     _checkRep();
     return _rep->getName();     return _rep->getName();


Legend:
Removed from v.1.15  
changed lines
  Added in v.1.16

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2