00001 /*************************************************************************** 00002 rwphtml.h - description 00003 ------------------- 00004 begin : Tue Jun 15 15:34:26 CEST 1999 00005 00006 copyright : (C) 1999 by Torsten Uhlmann 00007 email : TUhlmann@gmx.de 00008 ***************************************************************************/ 00009 00010 /*************************************************************************** 00011 * * 00012 * This program is free software; you can redistribute it and/or modify * 00013 * it under the terms of the GNU General Public License as published by * 00014 * the Free Software Foundation; either version 2 of the License, or * 00015 * (at your option) any later version. * 00016 * * 00017 ***************************************************************************/ 00018 00019 /* $Header: /usr/local/cvsroot/sword/doc/api-documentation/html/plainhtml_8h-source.html,v 1.7 2002/06/20 20:23:09 mgruner Exp $ */ 00020 /* $Revision: 1.7 $ */ 00021 00022 #ifndef PLAINHTML_H 00023 #define PLAINHTML_H 00024 00025 #include <swfilter.h> 00026 00027 #include <defs.h> 00028 00031 class SWDLLEXPORT PLAINHTML:public SWFilter 00032 { 00033 public: 00034 PLAINHTML (); 00035 virtual char ProcessText (char *text, int maxlen, const SWKey * key, const SWModule * = 0); 00036 }; 00037 00038 #endif