User constructor with fd
This commit is contained in:
@@ -29,6 +29,7 @@ class User
|
||||
|
||||
public:
|
||||
User();
|
||||
User(int fd);
|
||||
User(const User &other);
|
||||
User& operator=(const User &other);
|
||||
~User();
|
||||
|
||||
Reference in New Issue
Block a user