Let's make (git) history!
这个提交包含在:
18
gateway/gatewayinterface.h
普通文件
18
gateway/gatewayinterface.h
普通文件
@@ -0,0 +1,18 @@
|
||||
#ifndef GATEWAYINTERFACE_H
|
||||
#define GATEWAYINTERFACE_H
|
||||
#include "../request.h"
|
||||
#include "../response.h"
|
||||
#include "../config.h"
|
||||
#include "../requestworker.h"
|
||||
class GatewayInterface
|
||||
{
|
||||
public:
|
||||
GatewayInterface();
|
||||
virtual bool keepReading() = 0;
|
||||
virtual void work(RequestWorker &worker) = 0;
|
||||
virtual ~GatewayInterface()
|
||||
{
|
||||
}
|
||||
};
|
||||
|
||||
#endif // GATEWAYINTERFACE_H
|
在新工单中引用
屏蔽一个用户