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

Diff for /pegasus/src/Pegasus/Common/CIMQualifierList.h between version 1.21 and 1.22

version 1.21, 2002/04/02 16:52:50 version 1.22, 2002/05/12 19:13:55
Line 44 
Line 44 
  
 class DeclContext; class DeclContext;
  
   
   /* ATTN: KS P3 DEFER 1 May 2002. We have list processors (really array processors) for
       qualifiers, properties, methods(???) but they are all slightly different.
       Should we create a common base??
   */
   /** This class is for representing Qualifier lists in the CIM interface.
   
       Members are provided for accessing elements of the the internal property
       list. There are none for modifying elements (the entire array must be
       formed and passed to the constructor or replaced by calling set()).
   */
   
 class PEGASUS_COMMON_LINKAGE CIMQualifierList class PEGASUS_COMMON_LINKAGE CIMQualifierList
 { {
 public: public:
  
     ///      /// constructor - Constructs a NULL qualifier list.
     CIMQualifierList();     CIMQualifierList();
  
     ///     ///
     ~CIMQualifierList();     ~CIMQualifierList();
  
     ///      /** add adds a single CIMQualifier to a CIMQualifierList
       */
     CIMQualifierList& add(const CIMQualifier& qualifier);     CIMQualifierList& add(const CIMQualifier& qualifier);
  
     /**  getCount - Returns the count of qualifiers in the list     /**  getCount - Returns the count of qualifiers in the list


Legend:
Removed from v.1.21  
changed lines
  Added in v.1.22

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2