mirror of
https://github.com/KeyZox71/webserv.git
synced 2025-06-25 09:33:36 +02:00
「🏗️」 wip: started file up
This commit is contained in:
@ -1,27 +0,0 @@
|
||||
/* ************************************************************************** */
|
||||
/* */
|
||||
/* ::: :::::::: */
|
||||
/* AResource.cpp :+: :+: :+: */
|
||||
/* +:+ +:+ +:+ */
|
||||
/* By: mmoussou <mmoussou@student.42angouleme.fr +#+ +:+ +#+ */
|
||||
/* +#+#+#+#+#+ +#+ */
|
||||
/* Created: 2025/04/29 14:42:01 by mmoussou #+# #+# */
|
||||
/* Updated: 2025/04/29 15:45:19 by adjoly ### ########.fr */
|
||||
/* */
|
||||
/* ************************************************************************** */
|
||||
|
||||
#include <server/AResource.hpp>
|
||||
|
||||
using namespace webserv;
|
||||
using namespace server;
|
||||
|
||||
void AClientResource::addFileDescriptor(struct pollfd fd)
|
||||
{
|
||||
this->_fd = fd;
|
||||
}
|
||||
|
||||
|
||||
struct pollfd AClientResource::getFileDescriptor()
|
||||
{
|
||||
return (this->_fd);
|
||||
}
|
Reference in New Issue
Block a user