(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.7 and 1.8

version 1.7, 2005/05/15 13:21:44 version 1.8, 2005/10/31 17:39:10
Line 40 
Line 40 
 #include <Pegasus/CQL/Linkage.h> #include <Pegasus/CQL/Linkage.h>
 #include <Pegasus/Common/ArrayInternal.h> #include <Pegasus/Common/ArrayInternal.h>
 #include <Pegasus/CQL/CQLSelectStatement.h> #include <Pegasus/CQL/CQLSelectStatement.h>
   #include <Pegasus/Common/Buffer.h>
  
 #ifdef PEGASUS_USE_EXPERIMENTAL_INTERFACES #ifdef PEGASUS_USE_EXPERIMENTAL_INTERFACES
  
Line 55 
Line 56 
         // 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<char> text(TEXT, sizeof(TEXT));          Buffer text(TEXT, sizeof(TEXT));
  
         CQLSelectStatement selectStatement;         CQLSelectStatement selectStatement;
  
Line 97 
Line 98 
     /** Version of parse() taking an array of characters.     /** Version of parse() taking an array of characters.
     */     */
     static void parse(     static void parse(
         const Array<char>& text,          const Buffer& text,
         CQLSelectStatement& statement);         CQLSelectStatement& 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