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

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

version 1.2, 2001/12/13 14:54:45 version 1.3, 2002/01/11 17:41:59
Line 46 
Line 46 
     // Text containing SELECT statement (must be null-terminated).     // Text containing SELECT statement (must be null-terminated).
     //     //
  
     Array<Sint8> text;      const char* text;
   
       //
       // Size in bytes (including null terminator) of the text.
       //
   
       Uint32 textSize;
  
     //     //
     // Offset to current parser position in the above text.     // Offset to current parser position in the above text.


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