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