summaryrefslogtreecommitdiffstats
path: root/src/server/mainwindow/mainwindow.h
diff options
context:
space:
mode:
authorManuel Schneider2014-05-20 13:43:42 +0200
committerManuel Schneider2014-05-20 13:43:42 +0200
commit1526cebc2f276b2451319b8676aab3fd78ec2d72 (patch)
tree8a35a24be62e4f4863fd8ca8e0940bcc444b87fb /src/server/mainwindow/mainwindow.h
parentReduce codebase (diff)
downloadpvs2-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.h3
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);