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

Diff for /pegasus/src/Pegasus/Common/Attribute.h between version 1.3 and 1.4

version 1.3, 2005/02/05 22:59:23 version 1.4, 2005/03/22 22:02:50
Line 58 
Line 58 
   const String & getTag() const;   const String & getTag() const;
  
   /** Returns this attributes value.   /** Returns this attributes value.
        @return ref to  Array <String> that contains the attribute values.          @return Array<String> that contains the attribute values.
   */   */
   const Array <String> & getValues() const;   const Array <String> & getValues() const;
  
   /** Sets this attributes value.   /** Sets this attributes value.
       @param   add "value" to end of attribute array          @param value The value to add to the end of the attribute array.
   */   */
   void addValue(const String & value);   void addValue(const String & value);
  


Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2