Go to the source code of this file.
§ P_EMPTY
§ PCREATE_SERVICE_MACRO
#define PCREATE_SERVICE_MACRO |
( |
|
name, |
|
|
|
request, |
|
|
|
args |
|
) |
| |
Value: public: \
}; \
static const PServiceMacro_##name serviceMacro_##name; \
The character string class.
Definition: pstring.h:108
Definition: httpsvc.h:351
virtual PString Translate(PHTTPRequest &request, const PString &args, const PString &block) const
This object describes a HyperText Transport Protocol request.
Definition: http.h:968
§ PCREATE_SERVICE_MACRO_BLOCK
#define PCREATE_SERVICE_MACRO_BLOCK |
( |
|
name, |
|
|
|
request, |
|
|
|
args, |
|
|
|
block |
|
) |
| |
Value: public: \
}; \
static const PServiceMacro_##name serviceMacro_##name; \
The character string class.
Definition: pstring.h:108
Definition: httpsvc.h:351
virtual PString Translate(PHTTPRequest &request, const PString &args, const PString &block) const
This object describes a HyperText Transport Protocol request.
Definition: http.h:968