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

Diff for /pegasus/src/Pegasus/Common/CIMObject.h between version 1.10 and 1.11

version 1.10, 2002/01/07 23:07:29 version 1.11, 2002/01/08 18:17:36
Line 195 
Line 195 
         return _rep->getQualifier(pos);         return _rep->getQualifier(pos);
     }     }
  
       void removeQualifier(Uint32 pos)
           {
           _checkRep();
           _rep->removeQualifier(pos);
           }
   
     /** getQualifierCount - Gets the numbercount of CIMQualifierobjects     /** getQualifierCount - Gets the numbercount of CIMQualifierobjects
         defined for this CIMObject.         defined for this CIMObject.
         @return Count of the number of CIMQalifier objects in the         @return Count of the number of CIMQalifier objects in the


Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2