seting the uppercase

This commit is contained in:
mochaoui
2024-04-15 10:13:30 -05:00
parent 918fcca8f9
commit 0399adf8e1
3 changed files with 13 additions and 9 deletions

View File

@@ -1,6 +1,6 @@
#include "Client.hpp"
Client::Client() {}
Client::Client() : _isRegistered(false) {}
Client::Client(int fd, std::string addr) : _fd(fd), _addr(addr) {}