[sword-cvs] sword/include thmlolb.h,1.3,1.4
sword@www.crosswire.org
sword@www.crosswire.org
Sat, 22 Feb 2003 00:24:22 -0700
Update of /usr/local/cvsroot/sword/include
In directory www:/tmp/cvs-serv24134
Modified Files:
thmlolb.h
Log Message:
changed to SWBasicFilter
Index: thmlolb.h
===================================================================
RCS file: /usr/local/cvsroot/sword/include/thmlolb.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** thmlolb.h 20 Feb 2003 07:25:20 -0000 1.3
--- thmlolb.h 22 Feb 2003 07:24:20 -0000 1.4
***************
*** 22,26 ****
#define THMLOLB_H
! #include <swfilter.h>
SWORD_NAMESPACE_START
--- 22,26 ----
#define THMLOLB_H
! #include <swbasicfilter.h>
SWORD_NAMESPACE_START
***************
*** 28,35 ****
/** this filter converts ThML text to OLB text
*/
! class SWDLLEXPORT ThMLOLB : public SWFilter {
public:
ThMLOLB();
- virtual char processText(SWBuf &text, const SWKey *key = 0, const SWModule *module = 0);
};
--- 28,36 ----
/** this filter converts ThML text to OLB text
*/
! class SWDLLEXPORT ThMLOLB : public SWBasicFilter {
! protected:
! virtual bool handleToken(SWBuf &buf, const char *token, DualStringMap &userData);
public:
ThMLOLB();
};