CzzDefaultErrorData Class Reference

Default error data service, sets the fields Error and Code to error message and code taken from the session. More...

#include <mini/render/zz_default_error_data.h>

Inheritance diagram for CzzDefaultErrorData:

CzzHtmlService List of all members.

Public Member Functions

 CzzDefaultErrorData (void)
 Construction.
virtual ~CzzDefaultErrorData ()
virtual CzzHtmlServiceDataReplyexecute (void *session, CzzParameterMap *req)
 Called when service data is needed.
int size ()
 Should return the size in bytes of the type.

Detailed Description

Default error data service, sets the fields Error and Code to error message and code taken from the session.

Author:
Toni Thomsson, toni@tonjac.org


Constructor & Destructor Documentation

CzzDefaultErrorData::CzzDefaultErrorData void   ) 
 

Construction.

CzzDefaultErrorData::~CzzDefaultErrorData  )  [virtual]
 


Member Function Documentation

CzzHtmlServiceDataReply * CzzDefaultErrorData::execute void *  session,
CzzParameterMap req
[virtual]
 

Called when service data is needed.

Parameters:
session Session-id
req CGI-parameter-list

Implements CzzHtmlService.

int CzzDefaultErrorData::size  )  [virtual]
 

Should return the size in bytes of the type.

Used by Mini's dynamic C++ classloader. Implement as: return sizeof(CYourServiceClass);

Implements CzzHtmlService.


The documentation for this class was generated from the following files:
Generated on Thu Sep 21 21:45:45 2006 for tonjac.org MINI/C++ library by  doxygen 1.4.6-NO