Namespace refactor and documentation in the separate buffer files.
This commit is contained in:
parent
9b41a07c2f
commit
1e2f1602f8
3 changed files with 376 additions and 332 deletions
|
@ -50,7 +50,7 @@ namespace Buffer {
|
|||
/// Sets the buffer name.
|
||||
void setName(std::string n);
|
||||
/// Add a user to the userlist.
|
||||
void addUser(user * new_user);
|
||||
void addUser(user * newUser);
|
||||
/// Blocks the thread until new data is available.
|
||||
void waitForData();
|
||||
/// Cleanup function
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue