summaryrefslogtreecommitdiff
path: root/include/thmlplain.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/thmlplain.h')
-rw-r--r--include/thmlplain.h19
1 files changed, 10 insertions, 9 deletions
diff --git a/include/thmlplain.h b/include/thmlplain.h
index 0a753fe..eb7c88b 100644
--- a/include/thmlplain.h
+++ b/include/thmlplain.h
@@ -1,6 +1,6 @@
-/*
+/******************************************************************************
*
- * thmlplain.h
+ * $Id: thmlplain.h,v 1.7 2003/07/26 23:10:55 chrislit Exp $
*
* Copyright 1998 CrossWire Bible Society (http://www.crosswire.org)
* CrossWire Bible Society
@@ -23,15 +23,16 @@
#include <swfilter.h>
-#include <defs.h>
+SWORD_NAMESPACE_START
- /** this filter converts ThML text to plain text
- */
-class SWDLLEXPORT ThMLPlain:public SWFilter
-{
+/** this filter converts ThML text to plain text
+ */
+class SWDLLEXPORT ThMLPlain : public SWFilter {
+protected:
+ virtual char processText(SWBuf &text, const SWKey *key = 0, const SWModule *module = 0);
public:
- ThMLPlain ();
- virtual char ProcessText (char *text, int maxlen = -1);
+ ThMLPlain();
};
+SWORD_NAMESPACE_END
#endif