(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.41 and 1.42

version 1.41, 2003/07/14 06:04:08 version 1.42, 2003/07/30 20:21:15
Line 145 
Line 145 
     */     */
     const CIMFlavor & getFlavor() const;     const CIMFlavor & getFlavor() const;
  
     /** Gets the propagated qualifier.      /** Gets the Propagated flag for the qualifier.
         @return true if qualifier is propagated, false otherwise.          (Note: Although this method is intended to return a Boolean value,
         changed from wrong return type Uint32 to Boolean as original intended, see Bug 319          changing the return type would break interface compatibility.)
           @return non-zero if qualifier is propagated, zero otherwise.
      */      */
     const Boolean getPropagated() const;      const Uint32 getPropagated() const;
  
     /** Sets the Propagated flag for the object.      /** Sets the Propagated flag for the qualifier.
         @param propagated - Flag indicating propagation.         @param propagated - Flag indicating propagation.
     */     */
     void setPropagated(Boolean propagated);     void setPropagated(Boolean propagated);
Line 240 
Line 241 
     const CIMFlavor & getFlavor() const;     const CIMFlavor & getFlavor() const;
  
     ///     ///
     const Boolean getPropagated() const;      const Uint32 getPropagated() const;
  
     ///     ///
     Boolean isUninitialized() const;     Boolean isUninitialized() const;


Legend:
Removed from v.1.41  
changed lines
  Added in v.1.42

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2