summaryrefslogtreecommitdiff
path: root/include/unicodertf.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/unicodertf.h')
-rw-r--r--include/unicodertf.h17
1 files changed, 9 insertions, 8 deletions
diff --git a/include/unicodertf.h b/include/unicodertf.h
index be72707..bf0171b 100644
--- a/include/unicodertf.h
+++ b/include/unicodertf.h
@@ -1,6 +1,6 @@
-/*
+/******************************************************************************
*
- * $Id: unicodertf.h,v 1.3 2001/12/11 22:35:10 scribe Exp $
+ * $Id: unicodertf.h,v 1.5 2003/02/20 07:25:20 scribe Exp $
*
* Copyright 1998 CrossWire Bible Society (http://www.crosswire.org)
* CrossWire Bible Society
@@ -23,14 +23,15 @@
#include <swfilter.h>
-#include <defs.h>
+SWORD_NAMESPACE_START
- /** This filter converts UTF-8 text into RTF Unicode tags
- */
-class SWDLLEXPORT UnicodeRTF:public SWFilter {
+/** This filter converts UTF-8 text into RTF Unicode tags
+ */
+class SWDLLEXPORT UnicodeRTF : public SWFilter {
public:
- UnicodeRTF();
- virtual char ProcessText (char *text, int maxlen, const SWKey *key, const SWModule * = 0);
+ UnicodeRTF();
+ virtual char processText(SWBuf &text, const SWKey *key = 0, const SWModule *module = 0);
};
+SWORD_NAMESPACE_END
#endif