#include <inet/zz_html_service.h>
Inheritance diagram for CzzHtmlService:

Public Member Functions | |
| virtual | ~CzzHtmlService () |
| virtual CzzHtmlServiceDataReply * | execute (void *session, CzzParameterMap *req)=0 |
| virtual int | size ()=0 |
| Should return the size in bytes of the type. | |
Protected Member Functions | |
| CzzHtmlService (const CzzString &name) | |
| CzzString | urlEncode (const CzzString &url) |
Protected Attributes | |
| CzzLog | m_Log |
| CzzString | m_Name |
Toni Thomsson, toni@tonjac.org
|
|
|
|
|
|
|
||||||||||||
|
Implemented in CzzDefaultErrorData. |
|
|
Should return the size in bytes of the type. Used by Mini's dynamic C++ classloader. Implement as: return sizeof(CYourServiceClass); Implemented in CzzDefaultErrorData. |
|
|
|
|
|
|
|
|
|
1.4.6-NO