mini/render/zz_default_error_data.h

Go to the documentation of this file.
00001 /* mini
00002  *
00003  * This program is distributed under the GNU General Public License, version 2.
00004  * A copy of this license is included with this source.
00005  *
00006  * Copyright 2004-2006, Toni Thomsson <toni@tonjac.org> 
00007 */
00008 
00009 #ifndef zz_default_error_data_h
00010 #define zz_default_error_data_h
00011 
00012 #include <zz_html_service.h>
00013 #include <mini.h>
00014 
00021 class ZZ_API CzzDefaultErrorData : public CzzHtmlService
00022 {
00023 public:
00024 
00028     CzzDefaultErrorData( void );
00029     virtual ~CzzDefaultErrorData();
00030 
00037     virtual CzzHtmlServiceDataReply* execute( void* session, CzzParameterMap* req );
00038 
00039     int size();
00040 };
00041 
00042 #endif // zz_default_error_data_h

Generated on Thu Sep 21 21:45:42 2006 for tonjac.org MINI/C++ library by  doxygen 1.4.6-NO