This commit is contained in:
aortigos
2026-04-19 01:47:20 +02:00
parent 1c8ad9ba68
commit 94028a5215
7 changed files with 58 additions and 7 deletions

View File

@@ -30,6 +30,8 @@ class Channel
void addMember(int fd);
void removeMember(int fd);
std::vector<int> getMembers() const;
bool isMember(int fd) const;
};
#endif