[sword-cvs] sword/include gbfosis.h,1.6,1.7

sword@www.crosswire.org sword@www.crosswire.org
Wed, 26 Feb 2003 17:56:33 -0700


Update of /usr/local/cvsroot/sword/include
In directory www:/tmp/cvs-serv19819/include

Modified Files:
	gbfosis.h 
Log Message:


Index: gbfosis.h
===================================================================
RCS file: /usr/local/cvsroot/sword/include/gbfosis.h,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** gbfosis.h	20 Feb 2003 07:25:19 -0000	1.6
--- gbfosis.h	27 Feb 2003 00:56:30 -0000	1.7
***************
*** 45,49 ****
  			this->continueCount = continueCount;
  		}
! 		void pushStartStream(char **to);
  	};
  
--- 45,49 ----
  			this->continueCount = continueCount;
  		}
! 		void pushStartStream(SWBuf &text);
  	};
  
***************
*** 52,56 ****
  	QuoteStack();
  	virtual ~QuoteStack();
! 	void handleQuote(char *buf, char *quotePos, char **to);
  	void clear();
  	bool empty() { return quotes.empty(); }
--- 52,56 ----
  	QuoteStack();
  	virtual ~QuoteStack();
! 	void handleQuote(char *buf, char *quotePos, SWBuf &text);
  	void clear();
  	bool empty() { return quotes.empty(); }