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

Diff for /pegasus/src/Pegasus/WQL/WQLParser.h between version 1.7 and 1.8

version 1.7, 2004/10/17 20:40:15 version 1.8, 2005/01/16 04:04:59
Line 27 
Line 27 
 // //
 // Author: Mike Brasher (mbrasher@bmc.com) // Author: Mike Brasher (mbrasher@bmc.com)
 // //
 // Modified By:  // Modified By: David Dillard, VERITAS Software Corp.
   //                  (david.dillard@veritas.com)
 // //
 //%///////////////////////////////////////////////////////////////////////////// //%/////////////////////////////////////////////////////////////////////////////
  
Line 52 
Line 53 
         // Note that this array must be null-terminated (sizeof(TEXT) includes         // Note that this array must be null-terminated (sizeof(TEXT) includes
         // the null-terminator in the count).         // the null-terminator in the count).
  
         Array<Sint8> text(TEXT, sizeof(TEXT));          Array<char> text(TEXT, sizeof(TEXT));
  
         WQLSelectStatement selectStatement;         WQLSelectStatement selectStatement;
  
Line 182 
Line 183 
     /** Version of parse() taking an array of characters.     /** Version of parse() taking an array of characters.
     */     */
     static void parse(     static void parse(
         const Array<Sint8>& text,          const Array<char>& text,
         WQLSelectStatement& statement);         WQLSelectStatement& statement);
  
     /** Version of parse() taking a string.     /** Version of parse() taking a string.


Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2