/* mini * * This program is distributed under the GNU General Public License, version 2. * A copy of this license is included with this source. * * Copyright 2004-2006, Toni Thomsson */ #ifndef test_render_h #define test_render_h #include #include #include /** Test @author Toni Thomsson, toni@tonjac.org */ class CTestRender : public CzzOutputRender { public: /** Construction @param session Session @param cgi CGI-parameter-list */ CTestRender( void* session, CzzParameterMap* cgi ); virtual ~CTestRender(); }; #endif // test_render_h