Added PollManager class
This commit is contained in:
parent
53a83308de
commit
4a17d88d80
7 changed files with 179 additions and 37 deletions
7
Makefile
7
Makefile
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue