00001 /*************************************************************************** 00002 gbfthml.h - description 00003 ------------------- 00004 begin : 1999-10-28 00005 copyright : 1999 by Chris Little 00006 email : chrislit@chiasma.org 00007 ***************************************************************************/ 00008 00009 /*************************************************************************** 00010 * * 00011 * This program is free software; you can redistribute it and/or modify * 00012 * it under the terms of the GNU General Public License as published by * 00013 * the Free Software Foundation; either version 2 of the License, or * 00014 * (at your option) any later version. * 00015 * * 00016 ***************************************************************************/ 00017 00018 #ifndef GBFTHML_H 00019 #define GBFTHML_H 00020 00021 #include <swfilter.h> 00022 00023 #include <defs.h> 00024 00027 class SWDLLEXPORT GBFThML:public SWFilter 00028 { 00029 public: 00030 GBFThML (); 00031 virtual char ProcessText (char *text, int maxlen = -1); 00032 }; 00033 00034 #endif