Still trying to get it to compile
This commit is contained in:
@@ -25,7 +25,15 @@
|
||||
|
||||
# include "Client.hpp"
|
||||
# include "Server.hpp"
|
||||
# include "ConfigParser.hpp"
|
||||
# include "ServerConfig.hpp"
|
||||
# include "LocationConfig.hpp"
|
||||
# include "MethodType.hpp"
|
||||
# include <csignal> // signal
|
||||
# include <unistd.h>
|
||||
# include <string.h>
|
||||
# include <stdio.h>
|
||||
# include <stdlib.h>
|
||||
|
||||
# define BUFSIZE 8192
|
||||
# define TIMEOUT 3000
|
||||
@@ -63,7 +71,7 @@ class Webserv
|
||||
// Webserv(Webserv const &src);
|
||||
|
||||
// what should it take as arg, *, &, ?
|
||||
Webserv(std::vector<ServerConfig>& servers);
|
||||
// Webserv(std::vector<ServerConfig>& servers);
|
||||
|
||||
~Webserv();
|
||||
// Webserv &operator=(Webserv const &rhs);
|
||||
|
||||
Reference in New Issue
Block a user