diff options
Diffstat (limited to 'soltools/inc')
-rw-r--r-- | soltools/inc/gi_parse.hxx | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/soltools/inc/gi_parse.hxx b/soltools/inc/gi_parse.hxx index 7d2666438da3..8d0f3a2e910b 100644 --- a/soltools/inc/gi_parse.hxx +++ b/soltools/inc/gi_parse.hxx @@ -2,9 +2,9 @@ * * $RCSfile: gi_parse.hxx,v $ * - * $Revision: 1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: np $ $Date: 2001-06-11 16:05:17 $ + * last change: $Author: np $ $Date: 2001-06-22 09:44:39 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -136,8 +136,7 @@ class GenericInfo_Parser : public GenericInfoParseTypes GenericInfoList_Browser & io_rSrc ); - void ReadLine( - std::istream & i_rSrc ); + void ReadLine(); bool InterpretLine(); E_LineType ClassifyLine(); @@ -180,6 +179,9 @@ class GenericInfo_Parser : public GenericInfoParseTypes pResult; GenericInfoList_Browser * pResource; + + char * dpBuffer; + char * sFilePtr; }; |