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

Diff for /pegasus/src/Pegasus/Common/CIMQualifier.h between version 1.50.16.1 and 1.54

version 1.50.16.1, 2007/10/22 22:17:29 version 1.54, 2008/06/17 18:18:17
Line 133 
Line 133 
         @param name A CIMName containing the new name of the qualifier.         @param name A CIMName containing the new name of the qualifier.
         @exception UninitializedObjectException If the object is not         @exception UninitializedObjectException If the object is not
             initialized.             initialized.
           @exception Exception If the object is already contained by CIMClass,
               CIMInstance, CIMObject, CIMProperty, CIMParameter or CIMMethod
     */     */
     void setName(const CIMName& name);     void setName(const CIMName& name);
  
Line 162 
Line 164 
  
     /**     /**
         Sets the qualifier value.         Sets the qualifier value.
         @param name A CIMValue containing the new value of the qualifier.          @param value A CIMValue containing the new value of the qualifier.
         @exception UninitializedObjectException If the object is not         @exception UninitializedObjectException If the object is not
             initialized.             initialized.
     */     */
Line 245 
Line 247 
  
     CIMQualifier(CIMQualifierRep* rep);     CIMQualifier(CIMQualifierRep* rep);
  
     void _checkRep() const;  
   
     CIMQualifierRep* _rep;     CIMQualifierRep* _rep;
  
     friend class CIMConstQualifier;     friend class CIMConstQualifier;
Line 255 
Line 255 
     friend class XmlWriter;     friend class XmlWriter;
     friend class MofWriter;     friend class MofWriter;
     friend class BinaryStreamer;     friend class BinaryStreamer;
       friend class CIMQualifierList;
 }; };
  
  
Line 425 
Line 426 
  
 private: private:
  
     void _checkRep() const;  
   
     CIMQualifierRep* _rep;     CIMQualifierRep* _rep;
  
     friend class CIMQualifier;     friend class CIMQualifier;


Legend:
Removed from v.1.50.16.1  
changed lines
  Added in v.1.54

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2