(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.22 and 1.23

version 1.22, 2002/08/05 16:14:41 version 1.23, 2002/08/08 18:30:00
Line 53 
Line 53 
     CIMQualifierDeclRep(     CIMQualifierDeclRep(
         const CIMName& name,         const CIMName& name,
         const CIMValue& value,         const CIMValue& value,
         CIMScope scope,          const CIMScope & scope,
         Uint32 flavor,          const CIMFlavor & flavor,
         Uint32 arraySize);         Uint32 arraySize);
  
     virtual ~CIMQualifierDeclRep();     virtual ~CIMQualifierDeclRep();
Line 88 
Line 88 
         return _scope;         return _scope;
     }     }
  
     Uint32 getFlavor() const      const CIMFlavor & getFlavor() const
     {     {
         return _flavor;         return _flavor;
     }     }
Line 126 
Line 126 
     CIMName _name;     CIMName _name;
     CIMValue _value;     CIMValue _value;
     CIMScope _scope;     CIMScope _scope;
     Uint32 _flavor;      CIMFlavor _flavor;
     Uint32 _arraySize;     Uint32 _arraySize;
 }; };
  


Legend:
Removed from v.1.22  
changed lines
  Added in v.1.23

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2