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

Diff for /pegasus/src/Pegasus/WQL/WQLSelectStatement.h between version 1.2 and 1.3

version 1.2, 2001/12/13 14:54:45 version 1.3, 2002/01/04 19:41:02
Line 100 
Line 100 
  
     /** Gets the i-th selected property name in the list.     /** Gets the i-th selected property name in the list.
     */     */
     const String& getSelectPropertyName(Uint32 i)      const String& getSelectPropertyName(Uint32 i) const
     {     {
         return _selectPropertyNames[i];         return _selectPropertyNames[i];
     }     }
Line 122 
Line 122 
  
     /** Gets the i-th unique property appearing in the where clause.     /** Gets the i-th unique property appearing in the where clause.
     */     */
     const String& getWherePropertyName(Uint32 i)      const String& getWherePropertyName(Uint32 i) const
     {     {
         return _wherePropertyNames[i];         return _wherePropertyNames[i];
     }     }


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

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2