[sword-cvs] sword/include swmodule.h,1.64,1.65

sword@www.crosswire.org sword@www.crosswire.org
Wed, 18 Jun 2003 16:37:24 -0700


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

Modified Files:
	swmodule.h 
Log Message:
Added note popups for ESV (well, should work for all osis encoded notes)
Fixed static bug in SWModule::RenderText

Index: swmodule.h
===================================================================
RCS file: /usr/local/cvsroot/sword/include/swmodule.h,v
retrieving revision 1.64
retrieving revision 1.65
diff -C2 -d -r1.64 -r1.65
*** swmodule.h	1 Jun 2003 14:32:09 -0000	1.64
--- swmodule.h	18 Jun 2003 23:37:21 -0000	1.65
***************
*** 541,545 ****
  	* @return this module's text at specified key location massaged by Strip filters
  	*/
! 	virtual const char *StripText(char *buf = 0, int len = -1);
  	/** calls all RenderFilters on buffer or current text
  	*
--- 541,545 ----
  	* @return this module's text at specified key location massaged by Strip filters
  	*/
! 	virtual const char *StripText(const char *buf = 0, int len = -1);
  	/** calls all RenderFilters on buffer or current text
  	*
***************
*** 550,554 ****
  	* @return this module's text at specified key location massaged by Render filters
  	*/
! 	virtual const char *RenderText(char *buf = 0, int len = -1, bool render = true);
  	/** calls all StripFilters on current text
  	*
--- 550,554 ----
  	* @return this module's text at specified key location massaged by Render filters
  	*/
! 	virtual const char *RenderText(const char *buf = 0, int len = -1, bool render = true);
  	/** calls all StripFilters on current text
  	*