#include <mini/render/zz_default_error_data.h>
Inheritance diagram for CzzDefaultErrorData:

Public Member Functions | |
| CzzDefaultErrorData (void) | |
| Construction. | |
| virtual | ~CzzDefaultErrorData () |
| virtual CzzHtmlServiceDataReply * | execute (void *session, CzzParameterMap *req) |
| Called when service data is needed. | |
| int | size () |
| Should return the size in bytes of the type. | |
|
|
Construction.
|
|
|
|
|
||||||||||||
|
Called when service data is needed.
Implements CzzHtmlService. |
|
|
Should return the size in bytes of the type. Used by Mini's dynamic C++ classloader. Implement as: return sizeof(CYourServiceClass); Implements CzzHtmlService. |
1.4.6-NO