mv Client and Server in headers
This commit is contained in:
21
headers/Server.hpp
Normal file
21
headers/Server.hpp
Normal file
@@ -0,0 +1,21 @@
|
|||||||
|
|
||||||
|
#ifndef SERVER_HPP
|
||||||
|
# define SERVER_HPP
|
||||||
|
|
||||||
|
# include <iostream>
|
||||||
|
# include <string>
|
||||||
|
|
||||||
|
class Server
|
||||||
|
{
|
||||||
|
public:
|
||||||
|
// Server(Placeholder);
|
||||||
|
// Server();
|
||||||
|
// Server(Server const &src);
|
||||||
|
// ~Server();
|
||||||
|
// Server &operator=(Server const &rhs);
|
||||||
|
|
||||||
|
private:
|
||||||
|
|
||||||
|
};
|
||||||
|
|
||||||
|
#endif
|
||||||
@@ -1,32 +0,0 @@
|
|||||||
/* ************************************************************************** */
|
|
||||||
/* */
|
|
||||||
/* ::: :::::::: */
|
|
||||||
/* Server.hpp :+: :+: :+: */
|
|
||||||
/* +:+ +:+ +:+ */
|
|
||||||
/* By: lperrey <lperrey@student.42.fr> +#+ +:+ +#+ */
|
|
||||||
/* +#+#+#+#+#+ +#+ */
|
|
||||||
/* Created: 2022/07/24 12:11:07 by lperrey #+# #+# */
|
|
||||||
/* Updated: 2022/07/24 12:11:13 by lperrey ### ########.fr */
|
|
||||||
/* */
|
|
||||||
/* ************************************************************************** */
|
|
||||||
|
|
||||||
#ifndef SERVER_HPP
|
|
||||||
# define SERVER_HPP
|
|
||||||
|
|
||||||
# include <iostream>
|
|
||||||
# include <string>
|
|
||||||
|
|
||||||
class Server
|
|
||||||
{
|
|
||||||
public:
|
|
||||||
// Server(Placeholder);
|
|
||||||
// Server();
|
|
||||||
// Server(Server const &src);
|
|
||||||
// ~Server();
|
|
||||||
// Server &operator=(Server const &rhs);
|
|
||||||
|
|
||||||
private:
|
|
||||||
|
|
||||||
};
|
|
||||||
|
|
||||||
#endif
|
|
||||||
Reference in New Issue
Block a user