(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.49 and 1.52

version 1.49, 2006/02/17 19:30:37 version 1.52, 2007/10/19 18:22:02
Line 204 
Line 204 
         @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 245 
Line 245 
  
     CIMQualifier(CIMQualifierRep* rep);     CIMQualifier(CIMQualifierRep* rep);
  
     void _checkRep() const;  
   
     CIMQualifierRep* _rep;     CIMQualifierRep* _rep;
  
     friend class CIMConstQualifier;     friend class CIMConstQualifier;
Line 395 
Line 393 
         @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.
Line 425 
Line 423 
  
 private: private:
  
     void _checkRep() const;  
   
     CIMQualifierRep* _rep;     CIMQualifierRep* _rep;
  
     friend class CIMQualifier;     friend class CIMQualifier;


Legend:
Removed from v.1.49  
changed lines
  Added in v.1.52

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2