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

@@ -7,6 +7,7 @@ class Client {
private:
int _fd;
std::string _addr;
bool _isRegistered;
public:
Client();
Client(int fd, std::string addr);