(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.4

version 1.2, 2001/12/13 14:54:45 version 1.4, 2002/06/01 00:57:41
Line 1 
Line 1 
 //%///////////////////////////////////////////////////////////////////////////// //%/////////////////////////////////////////////////////////////////////////////
 // //
 // Copyright (c) 2000, 2001 BMC Software, Hewlett-Packard Company, IBM,  // Copyright (c) 2000, 2001, 2002 BMC Software, Hewlett-Packard Company, IBM,
 // The Open Group, Tivoli Systems // The Open Group, Tivoli Systems
 // //
 // Permission is hereby granted, free of charge, to any person obtaining a copy // Permission is hereby granted, free of charge, to any person obtaining a copy
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.4

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2