summaryrefslogtreecommitdiffstats
path: root/src/server/net/client.h
diff options
context:
space:
mode:
authorsr2013-02-05 18:03:00 +0100
committersr2013-02-05 18:03:00 +0100
commitd9af1ec4348eca6c4d05ec8effed19697d288072 (patch)
tree62de9487b6d1cc93c9ea16680ca8cddbaf5514b4 /src/server/net/client.h
parent[SERVER] fix vnc startup command (diff)
downloadpvs2-d9af1ec4348eca6c4d05ec8effed19697d288072.tar.gz
pvs2-d9af1ec4348eca6c4d05ec8effed19697d288072.tar.xz
pvs2-d9af1ec4348eca6c4d05ec8effed19697d288072.zip
[SERVER] Properly tell client the VNC server'S client id
Diffstat (limited to 'src/server/net/client.h')
-rw-r--r--src/server/net/client.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/server/net/client.h b/src/server/net/client.h
index c90c884..2cdfb23 100644
--- a/src/server/net/client.h
+++ b/src/server/net/client.h
@@ -83,7 +83,6 @@ public:
inline const bool isProjectionSource() const { return _isProjectionSource; }
inline void setProjectionSource(bool enable) { _isProjectionSource = enable; }
inline const ClientId currentProjectionSource() const { return _currentProjectionSource; }
- inline void setCurrentProjectionSource(ClientId source) { _currentProjectionSource = source; }
void startVncServer();
void stopVncServer();
void stopVncClient();