Fixes for resetting a stream.
This commit is contained in:
parent
4a9c137aef
commit
1430b33413
4 changed files with 17 additions and 3 deletions
|
@ -51,6 +51,8 @@ namespace Buffer {
|
|||
void addUser(user * newUser);
|
||||
/// Delete a user from the userlist.
|
||||
void removeUser(user * oldUser);
|
||||
/// Disconnects all users.
|
||||
void disconnectUsers();
|
||||
/// Blocks the thread until new data is available.
|
||||
void waitForData();
|
||||
/// Cleanup function
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue