(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.21 and 1.22

version 1.21, 2002/07/30 16:14:53 version 1.22, 2002/08/05 16:14:41
Line 23 
Line 23 
 // //
 // Author: Mike Brasher (mbrasher@bmc.com) // Author: Mike Brasher (mbrasher@bmc.com)
 // //
 // Modified By:  // Modified By: Carol Ann Krug Graves, Hewlett-Packard Company
   //                (carolann_graves@hp.com)
 // //
 //%///////////////////////////////////////////////////////////////////////////// //%/////////////////////////////////////////////////////////////////////////////
  
Line 52 
Line 53 
     CIMQualifierDeclRep(     CIMQualifierDeclRep(
         const CIMName& name,         const CIMName& name,
         const CIMValue& value,         const CIMValue& value,
         Uint32 scope,          CIMScope scope,
         Uint32 flavor,         Uint32 flavor,
         Uint32 arraySize);         Uint32 arraySize);
  
Line 82 
Line 83 
  
     void setValue(const CIMValue& value);     void setValue(const CIMValue& value);
  
     Uint32 getScope() const      const CIMScope & getScope () const
     {     {
         return _scope;         return _scope;
     }     }
Line 124 
Line 125 
  
     CIMName _name;     CIMName _name;
     CIMValue _value;     CIMValue _value;
     Uint32 _scope;      CIMScope _scope;
     Uint32 _flavor;     Uint32 _flavor;
     Uint32 _arraySize;     Uint32 _arraySize;
 }; };


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

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2