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

Diff for /pegasus/src/Pegasus/WQL/WQLPropertySource.h between version 1.1.2.3 and 1.1.2.4

version 1.1.2.3, 2001/12/03 06:11:10 version 1.1.2.4, 2001/12/09 02:57:09
Line 46 
Line 46 
 { {
 public: public:
  
       /** Virtual destructor.
       */
     virtual ~WQLPropertySource();     virtual ~WQLPropertySource();
  
     //      /** Returns the value whose property has the given name. The output
     // Returns the value of the property with the given name:          parameter value is populated with the value of that parameter.
     //          Note that only integer, double, and string types are supported
           (see the WQLOperand class). The implementer of this method must
           perform appropriate conversions to the appropriate type.
  
           @param propertyName name of property to be gotten.
           @param value holds the value of the property upon return.
           @return true if such a property was found and false otherwise.
       */
     virtual Boolean getValue(     virtual Boolean getValue(
         const String& propertyName,         const String& propertyName,
         WQLOperand& value) const = 0;         WQLOperand& value) const = 0;


Legend:
Removed from v.1.1.2.3  
changed lines
  Added in v.1.1.2.4

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2