(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.1.2.3 and 1.1.2.4

version 1.1.2.3, 2001/12/03 00:08:00 version 1.1.2.4, 2001/12/09 02:57:09
Line 36 
Line 36 
  
 PEGASUS_NAMESPACE_BEGIN PEGASUS_NAMESPACE_BEGIN
  
   /** This is an internal structure used for holding parser state information
       during parsing (while inside the WQLParser::parse() method). Instances
       of this class are created and destroyed by WQLParser::parse().
   */
 struct WQLParserState struct WQLParserState
 { {
     WQLParserState() { }  
   
     //     //
     // Text containing SELECT statement (must be null-terminated).     // Text containing SELECT statement (must be null-terminated).
     //     //
Line 53 
Line 55 
     Uint32 offset;     Uint32 offset;
  
     //     //
     // The output object being initialized during parsing.      // The output object being initialized during parsing. This object is
       // set to point to the statment argument passed to the WQLParser::parse()
       // method.
     //     //
  
     WQLSelectStatement* statement;     WQLSelectStatement* statement;


Legend:
Removed from v.1.1.2.3  
changed lines
  Added in v.1.1.2.4

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2