Added PollManager class

This commit is contained in:
ouafabulous 2025-05-19 20:23:22 +02:00
parent 53a83308de
commit 4a17d88d80
7 changed files with 179 additions and 37 deletions

View file

@ -1,4 +1,4 @@
# **************************************************************************** #
#******************************************************************************#
# #
# ::: :::::::: #
# Makefile :+: :+: :+: #
@ -6,9 +6,9 @@
# By: omoudni <omoudni@student.42paris.fr> +#+ +:+ +#+ #
# +#+#+#+#+#+ +#+ #
# Created: 2025/05/02 15:40:00 by rparodi #+# #+# #
# Updated: 2025/05/19 15:13:05 by omoudni ### ########.fr #
# Updated: 2025/05/19 20:14:35 by omoudni ### ########.fr #
# #
# **************************************************************************** #
#******************************************************************************#
# Name
@ -28,6 +28,7 @@ SRC = sources/core/main.cpp \
sources/core/server.cpp \
sources/core/check.cpp \
sources/core/parser.cpp \
sources/core/pollManager.cpp \
INC_DIR = include/core \