(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 and 1.50.18.2

version 1.50, 2006/11/07 21:30:36 version 1.50.18.2, 2008/01/16 13:22:59
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 204 
Line 206 
         @exception UninitializedObjectException If the object is not         @exception UninitializedObjectException If the object is not
             initialized.             initialized.
     */     */
     const Uint32 getPropagated() const;      Uint32 getPropagated() const;
  
     /**     /**
         Sets the propagated attribute.  Normally this is used by a CIM Server         Sets the propagated attribute.  Normally this is used by a CIM Server
Line 255 
Line 257 
     friend class XmlWriter;     friend class XmlWriter;
     friend class MofWriter;     friend class MofWriter;
     friend class BinaryStreamer;     friend class BinaryStreamer;
       friend class CIMQualifierList;
 }; };
  
  
Line 395 
Line 398 
         @exception UninitializedObjectException If the object is not         @exception UninitializedObjectException If the object is not
             initialized.             initialized.
     */     */
     const Uint32 getPropagated() const;      Uint32 getPropagated() const;
  
     /**     /**
         Determines whether the object has been initialized.         Determines whether the object has been initialized.


Legend:
Removed from v.1.50  
changed lines
  Added in v.1.50.18.2

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2