2020-10-09 07:05:31 -04:00

11 lines
117 B
C++

#ifndef HTTPSERVER_H
#define HTTPSERVER_H
class CHttpServer
{
public:
CHttpServer();
};
#endif // HTTPSERVER_H