summaryrefslogtreecommitdiff
path: root/include/plainhtml.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/plainhtml.h')
-rw-r--r--include/plainhtml.h52
1 files changed, 26 insertions, 26 deletions
diff --git a/include/plainhtml.h b/include/plainhtml.h
index d0eb547..72bd70d 100644
--- a/include/plainhtml.h
+++ b/include/plainhtml.h
@@ -1,38 +1,38 @@
/***************************************************************************
- rwphtml.h - description
- -------------------
- begin : Tue Jun 15 15:34:26 CEST 1999
-
- copyright : (C) 1999 by Torsten Uhlmann
- email : TUhlmann@gmx.de
- ***************************************************************************/
-
-/***************************************************************************
- * *
- * This program is free software; you can redistribute it and/or modify *
- * it under the terms of the GNU General Public License as published by *
- * the Free Software Foundation; either version 2 of the License, or *
- * (at your option) any later version. *
- * *
- ***************************************************************************/
-
-/* $Header: /usr/local/cvsroot/sword/include/plainhtml.h,v 1.7 2001/12/11 22:35:10 scribe Exp $ */
-/* $Revision: 1.7 $ */
+ *
+ * $Id: plainhtml.h,v 1.9 2003/02/20 07:25:19 scribe Exp $
+ *
+ * Copyright 1998 CrossWire Bible Society (http://www.crosswire.org)
+ * CrossWire Bible Society
+ * P. O. Box 2528
+ * Tempe, AZ 85280-2528
+ *
+ * This program is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU General Public License as published by the
+ * Free Software Foundation version 2.
+ *
+ * This program is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * General Public License for more details.
+ *
+ */
#ifndef PLAINHTML_H
#define PLAINHTML_H
#include <swfilter.h>
-#include <defs.h>
+SWORD_NAMESPACE_START
- /** this filter converts plain text to HTML text
- */
-class SWDLLEXPORT PLAINHTML:public SWFilter
-{
+/** this filter converts plain text to HTML text
+ * @author Torsten Uhlmann, begin : Tue Jun 15 15:34:26 CEST 1999
+ */
+class SWDLLEXPORT PLAINHTML : public SWFilter {
public:
- PLAINHTML ();
- virtual char ProcessText (char *text, int maxlen, const SWKey * key, const SWModule * = 0);
+ PLAINHTML();
+ virtual char processText(SWBuf &text, const SWKey *key = 0, const SWModule *module = 0);
};
+SWORD_NAMESPACE_END
#endif