(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.33 and 1.34

version 1.33, 2002/07/30 22:03:00 version 1.34, 2002/07/31 22:05:08
Line 176 
Line 176 
     */     */
     void setPropagated(Boolean propagated);     void setPropagated(Boolean propagated);
  
 #ifdef PEGASUS_INTERNALONLY      /**
     /** CIMMethod          Determines if the object has not been initialized.
   
           @return  True if the object has not been initialized,
                    False otherwise
     */     */
     Boolean isNull() const;      Boolean isUninitialized() const;
 #endif  
  
     /** identical - compares two CIMQualifier objects.     /** identical - compares two CIMQualifier objects.
         @return - True if the objects are identical.         @return - True if the objects are identical.
Line 256 
Line 258 
  
     const Uint32 getPropagated() const;     const Uint32 getPropagated() const;
  
 #ifdef PEGASUS_INTERNALONLY      Boolean isUninitialized() const;
     Boolean isNull() const;  
 #endif  
  
     Boolean identical(const CIMConstQualifier& x) const;     Boolean identical(const CIMConstQualifier& x) const;
  


Legend:
Removed from v.1.33  
changed lines
  Added in v.1.34

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2