@@ -0,0 +1,10 @@
#pragma once
class FastCGIServer {
public:
FastCGIServer(int port);
void Serve();
private:
int listen_sock_;
};
The note is not visible to the blocked user.