vavaas est mauv...meilleur

This commit is contained in:
Kbz-8
2024-01-22 17:05:05 +01:00
parent 16cf37d1c0
commit 8ec29c4008
3 changed files with 24 additions and 17 deletions

View File

@@ -6,7 +6,7 @@
/* By: vvaas <vvaas@student.42angouleme.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2024/01/21 09:12:28 by maldavid #+# #+# */
/* Updated: 2024/01/22 12:16:31 by maldavid ### ########.fr */
/* Updated: 2024/01/22 17:00:02 by maldavid ### ########.fr */
/* */
/******************************************************************************/
@@ -27,7 +27,10 @@ namespace irc
{
public:
Server(int port, const std::string& password);
inline void closeMainSocket() { close(_main_socket); }
void wait();
~Server();
private: