CzzHtmlService Class Reference

Base for all data services. More...

#include <inet/zz_html_service.h>

Inheritance diagram for CzzHtmlService:

CzzDefaultErrorData List of all members.

Public Member Functions

virtual ~CzzHtmlService ()
virtual CzzHtmlServiceDataReplyexecute (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

Detailed Description

Base for all data services.

Toni Thomsson, toni@tonjac.org


Constructor & Destructor Documentation

CzzHtmlService::~CzzHtmlService  )  [virtual]
 

CzzHtmlService::CzzHtmlService const CzzString name  )  [protected]
 


Member Function Documentation

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

Implemented in CzzDefaultErrorData.

virtual int CzzHtmlService::size  )  [pure virtual]
 

Should return the size in bytes of the type.

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

Implemented in CzzDefaultErrorData.

CzzString CzzHtmlService::urlEncode const CzzString url  )  [protected]
 


Member Data Documentation

CzzLog CzzHtmlService::m_Log [protected]
 

CzzString CzzHtmlService::m_Name [protected]
 


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