#ifndef TCPCGI_H #define TCPCGI_H #include #include #include #include #include #include #include #include "common/common_func.hpp" #include "common/global.hpp" #include "localserver/local_server.hpp" class TcpCgi { public: TcpCgi(); ~TcpCgi(); static void startCgiServer(); static void startTCPServer(); }; #endif