#ifndef TCPCGI_H #define TCPCGI_H #include #include #include #include #include #include #include #include "../common/SH_CommonFunc.hpp" #include "../API_log/SH_log.h" #include "../utility/SH_MySingleton.hpp" #include "../common/SH_global.h" #include "../localserver/SH_LocalServer.hpp" class TcpCgi : public MySingleton { public: TcpCgi(); ~TcpCgi(); void startCgiServer(); }; #endif