summaryrefslogtreecommitdiffstats
path: root/src/server/mainwindow/mainwindow.h
diff options
context:
space:
mode:
authorBjörn Hagemeister2014-06-02 15:24:10 +0200
committerBjörn Hagemeister2014-06-02 15:24:10 +0200
commit43a9ed4776d6036b71de487a0a4b22a395ba457b (patch)
treea175330f5b6c881b9524608f8397fddba3857caf /src/server/mainwindow/mainwindow.h
parentMerge branch 'master' of git.openslx.org:pvs2 (diff)
downloadpvs2-43a9ed4776d6036b71de487a0a4b22a395ba457b.tar.gz
pvs2-43a9ed4776d6036b71de487a0a4b22a395ba457b.tar.xz
pvs2-43a9ed4776d6036b71de487a0a4b22a395ba457b.zip
Put Check if manager is running on machine into method.
If student2tutor_exclusive is running, the manager running machine is not locked now.
Diffstat (limited to 'src/server/mainwindow/mainwindow.h')
-rw-r--r--src/server/mainwindow/mainwindow.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/server/mainwindow/mainwindow.h b/src/server/mainwindow/mainwindow.h
index 25eb9aa..3866db5 100644
--- a/src/server/mainwindow/mainwindow.h
+++ b/src/server/mainwindow/mainwindow.h
@@ -78,6 +78,7 @@ private:
bool isValidClient(Client* client);
void changeProjection(Client *from, Mode mode = Mode::Broadcast, Client *to = NULL);
void tellClientCurrentSituation(Client* client);
+ bool isManagerMachine(Client* client);
void closeEvent(QCloseEvent *e);
void changeEvent(QEvent *e);