diff options
| author | Manuel Schneider | 2014-05-20 13:43:42 +0200 |
|---|---|---|
| committer | Manuel Schneider | 2014-05-20 13:43:42 +0200 |
| commit | 1526cebc2f276b2451319b8676aab3fd78ec2d72 (patch) | |
| tree | 8a35a24be62e4f4863fd8ca8e0940bcc444b87fb /src/server/mainwindow/mainwindow.h | |
| parent | Reduce codebase (diff) | |
| download | pvs2-1526cebc2f276b2451319b8676aab3fd78ec2d72.tar.gz pvs2-1526cebc2f276b2451319b8676aab3fd78ec2d72.tar.xz pvs2-1526cebc2f276b2451319b8676aab3fd78ec2d72.zip | |
Merge unicast implemetations into one.
Diffstat (limited to 'src/server/mainwindow/mainwindow.h')
| -rw-r--r-- | src/server/mainwindow/mainwindow.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/server/mainwindow/mainwindow.h b/src/server/mainwindow/mainwindow.h index 8340ff3..4f40a67 100644 --- a/src/server/mainwindow/mainwindow.h +++ b/src/server/mainwindow/mainwindow.h @@ -68,8 +68,7 @@ private: void savePosition(ConnectionFrame *cf); bool isValidClient(Client* client); void broadcast(Client *from); - void unicast(Client *from, Client *to); - void unicastExlusive(Client *from, Client *to); + void unicast(Client *from, Client *to, bool blockOthers = false); void closeEvent(QCloseEvent *e); void changeEvent(QEvent *e); |
