diff options
| author | Manuel Schneider | 2014-05-26 21:12:02 +0200 |
|---|---|---|
| committer | Manuel Schneider | 2014-05-26 21:12:02 +0200 |
| commit | a535069b35e44c0a23a3ba366bd4d5a228825c4b (patch) | |
| tree | 8438d47b77d7082492e6663bf6166802c328b8db /src/server/mainwindow/mainwindow.h | |
| parent | Make tutor check implicit in lock screen (diff) | |
| download | pvs2-a535069b35e44c0a23a3ba366bd4d5a228825c4b.tar.gz pvs2-a535069b35e44c0a23a3ba366bd4d5a228825c4b.tar.xz pvs2-a535069b35e44c0a23a3ba366bd4d5a228825c4b.zip | |
Refactor unicast to multicast
Diffstat (limited to 'src/server/mainwindow/mainwindow.h')
| -rw-r--r-- | src/server/mainwindow/mainwindow.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/server/mainwindow/mainwindow.h b/src/server/mainwindow/mainwindow.h index b246265..7f77ee6 100644 --- a/src/server/mainwindow/mainwindow.h +++ b/src/server/mainwindow/mainwindow.h @@ -56,6 +56,7 @@ private: Broadcast } _state; + Client * _streamingSource; QList<ConnectionFrame*> _clientFrames; @@ -78,7 +79,7 @@ private: void savePosition(ConnectionFrame *cf); bool isValidClient(Client* client); void broadcast(Client *from); - void unicast(Client *from, Client *to, bool blockOthers = false); + void multicast(Client *from, Client *to, bool blockOthers = false); void closeEvent(QCloseEvent *e); void changeEvent(QEvent *e); |
