(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.4 and 1.4

version 1.1.2.4, 2001/12/09 02:57:09 version 1.4, 2002/06/01 00:57:41
Line 1 
Line 1 
 //%///////////////////////////////////////////////////////////////////////////// //%/////////////////////////////////////////////////////////////////////////////
 // //
 // Copyright (c) 2000, 2001 BMC Software, Hewlett-Packard Company, IBM,  // Copyright (c) 2000, 2001, 2002 BMC Software, Hewlett-Packard Company, IBM,
 // The Open Group, Tivoli Systems // The Open Group, Tivoli Systems
 // //
 // Permission is hereby granted, free of charge, to any person obtaining a copy // Permission is hereby granted, free of charge, to any person obtaining a copy
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.1.2.4  
changed lines
  Added in v.1.4

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2