User constructor with fd

This commit is contained in:
2026-05-08 16:37:51 +02:00
parent 3614237b8b
commit 86e3034a0a
2 changed files with 7 additions and 1 deletions

View File

@@ -29,6 +29,7 @@ class User
public:
User();
User(int fd);
User(const User &other);
User& operator=(const User &other);
~User();