(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.9 and 1.11

version 1.9, 2002/01/07 21:14:28 version 1.11, 2002/01/08 18:17:36
Line 108 
Line 108 
  
         /** Accessor.         /** Accessor.
         */         */
         const CIMReference & getPath(void) const  
         {  
         _checkRep();  
         return _rep->getPath();  
         }  
   
     /** Accessor.  
     */  
     const String& getClassName() const     const String& getClassName() const
     {     {
         _checkRep();         _checkRep();
Line 203 
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
Line 450 
Line 448 
         Dec(_rep);         Dec(_rep);
     }     }
  
         const CIMReference & getPath(void) const  
         {  
         _checkRep();  
         return _rep->getPath();  
         }  
   
     const String& getClassName() const     const String& getClassName() const
     {     {
         _checkRep();         _checkRep();


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

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2