fastdo  0.6.16
webx_Response.hpp
浏览该文件的文档.
1 #pragma once
2 
3 namespace eienwebx
4 {
5 
6 class Request;
7 
10 {
11 public:
17 
23  void import( winux::String const & doFile, void * runParam = NULL, int * retCode = NULL );
24 
26 
27 private:
29 };
30 
31 
32 } // namespace eienwebx
#define EIENWEBX_DLL
XString< tchar > String
Definition: utilities.hpp:261
Web功能的相关封装
#define DISABLE_OBJECT_COPY(clsname)
Definition: utilities.hpp:85
代表一个客户响应
代表一个请求
Definition: webx_Request.hpp:9
HTTP响应
Request & request
eienwebx::Request对象的引用