fastdo  0.5.12
webx_FcgiApp.hpp
浏览该文件的文档.
1 #pragma once
2 
3 namespace eienwebx
4 {
5 
9 class EIENWEBX_DLL FcgiApp : public App
10 {
11 public:
16  FcgiApp( winux::Configure & conf, struct xAppServerData * servData = NULL ) : App( conf, servData ) { }
17 
19  virtual int run( void * runParam );
20 
21 
23 };
24 
25 
26 
27 } // namespace eienwebx
#define EIENWEBX_DLL
配置文件类
Definition: archives.hpp:11
#define DISABLE_OBJECT_COPY(clsname)
Definition: utilities.hpp:78
App类
Definition: webx_App.hpp:12
FcgiApp(winux::Configure &conf, struct xAppServerData *servData=NULL)
构造函数
FCGI App类
Definition: webx_FcgiApp.hpp:9