// Author: Jeffrey Bakker | Date: May14th 2002 | langhtml.h // the HyperText Markup Language definition file for Web C Plus Plus // Webcpp Copyright (C) 2002 Jeffrey Bakker #ifndef LANG_HTML_DEF_H #define LANG_HTML_DEF_H #include "engine.h" class LangHtml: public Engine { public: LangHtml(); ~LangHtml() {IO->close();} virtual void fill(); }; #endif // LANG_HTML_DEF_H