[sword-cvs] sword/src/mgr markupfiltmgr.cpp,1.5,1.6
sword@www.crosswire.org
sword@www.crosswire.org
Sun, 1 Jun 2003 07:32:11 -0700
Update of /usr/local/cvsroot/sword/src/mgr
In directory www:/tmp/cvs-serv1646/src/mgr
Modified Files:
markupfiltmgr.cpp
Log Message:
added webif stuff, updated makefile.am files
Index: markupfiltmgr.cpp
===================================================================
RCS file: /usr/local/cvsroot/sword/src/mgr/markupfiltmgr.cpp,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** markupfiltmgr.cpp 5 Apr 2003 09:02:06 -0000 1.5
--- markupfiltmgr.cpp 1 Jun 2003 14:32:09 -0000 1.6
***************
*** 34,37 ****
--- 34,39 ----
#include <thmlosis.h>
#include <osisrtf.h>
+ #include <gbfwebif.h>
+ #include <thmlwebif.h>
#include <markupfiltmgr.h>
***************
*** 232,235 ****
--- 234,243 ----
fromthml = new ThMLOSIS();
fromgbf = new GBFOSIS();
+ fromosis = NULL;
+ break;
+ case FMT_WEBIF:
+ fromplain = NULL;
+ fromthml = new ThMLWEBIF();
+ fromgbf = new GBFWEBIF();
fromosis = NULL;
break;