Update of /cvsroot/cpptool/rfta/include/rfta/parser
In directory sc8-pr-cvs1:/tmp/cvs-serv32351/include/rfta/parser
Modified Files:
Parser.h
Log Message:
* added tryReadNextIdentifier for a CStringView
Index: Parser.h
===================================================================
RCS file: /cvsroot/cpptool/rfta/include/rfta/parser/Parser.h,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** Parser.h 3 May 2003 22:23:19 -0000 1.9
--- Parser.h 4 May 2003 06:55:25 -0000 1.10
***************
*** 96,99 ****
--- 96,100 ----
bool tryReadNextIdentifier( std::string &identifier );
+ bool tryReadNextIdentifier( Xtl::CStringView &identifier );
bool tryExpectNextKeyword( const char *expectedKeyword );
|