DCL 3.7.4
Loading...
Searching...
No Matches
reqdump.h
Go to the documentation of this file.
1// reqdump.h
2
3#ifndef __DCL_HTTP_REQDUMP_H__
4#define __DCL_HTTP_REQDUMP_H__ 20020207
5
6#include <dcl/HttpServletEx.h>
7
8__DCL_BEGIN_NAMESPACE
9
11{
13protected:
14 virtual void onService(HttpServletContextEx& ctx)
16};
17
18__DCL_END_NAMESPACE
19
20#endif // __DCL_HTTP_REQDUMP_H__
#define __DCL_THROWS1(e)
Definition Config.h:152
#define DECLARE_CLASSINFO(class_name)
Definition Object.h:227
virtual void onService(HttpServletContextEx &ctx)=0__DCL_THROWS1(Exception *)