00001 /*************************************************************************** 00002 thmlhtml.h - description 00003 ------------------- 00004 begin : 1999-10-28 00005 00006 copyright : 1999 by Chris Little 00007 email : chrislit@chiasma.org 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 #ifndef THMLHTML_H 00020 #define THMLHTML_H 00021 00022 #include <swfilter.h> 00023 00024 #include <defs.h> 00025 00028 class SWDLLEXPORT ThMLHTML:public SWFilter 00029 { 00030 public: 00031 ThMLHTML (); 00032 virtual char ProcessText (char *text, int maxlen = -1); 00033 }; 00034 00035 #endif