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

Diff for /pegasus/src/Pegasus/CQL/CQLParser.h between version 1.4 and 1.5

version 1.4, 2005/01/04 20:32:14 version 1.5, 2005/01/16 01:45:37
Line 25 
Line 25 
 // //
 // Author: Humberto Rivero (hurivero@us.ibm.com) // Author: Humberto Rivero (hurivero@us.ibm.com)
 // //
 // Modified By:  // Modified By: David Dillard, VERITAS Software Corp.
   //                  (david.dillard@veritas.com)
 // //
 //%///////////////////////////////////////////////////////////////////////////// //%/////////////////////////////////////////////////////////////////////////////
  
Line 51 
Line 52 
         // 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));
  
         CQLSelectStatement selectStatement;         CQLSelectStatement selectStatement;
  
Line 93 
Line 94 
     /** 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,
         CQLSelectStatement& statement);         CQLSelectStatement& statement);
  
     /** Version of parse() taking a string.     /** Version of parse() taking a string.


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

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2