Namespace refactor and documentation in the separate buffer files.

This commit is contained in:
Erik Zandvliet 2013-03-28 15:42:46 +01:00
parent 9b41a07c2f
commit 1e2f1602f8
3 changed files with 376 additions and 332 deletions

View file

@ -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