aboutsummaryrefslogtreecommitdiff
path: root/nxcomp/ClientProxy.h
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2016-04-27 14:00:57 +0200
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2016-04-27 14:00:57 +0200
commit2137ee7e2cfea258f3184208691acb1d6d8b5ba7 (patch)
treea5c9561b419cb278af6f5b27181a5b62496a8f50 /nxcomp/ClientProxy.h
parentb326eda7328e95200f7d70efde35ce51a14bab3d (diff)
parent3713346f3959782c5e5d1ddd0252f25fb319d732 (diff)
downloadnx-libs-2137ee7e2cfea258f3184208691acb1d6d8b5ba7.tar.gz
nx-libs-2137ee7e2cfea258f3184208691acb1d6d8b5ba7.tar.bz2
nx-libs-2137ee7e2cfea258f3184208691acb1d6d8b5ba7.zip
Merge branch 'sunweaver-pr/nxcomp-unix-sockets-for-channels' into 3.6.x
Diffstat (limited to 'nxcomp/ClientProxy.h')
-rw-r--r--nxcomp/ClientProxy.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/nxcomp/ClientProxy.h b/nxcomp/ClientProxy.h
index 88d345f00..d58fae77b 100644
--- a/nxcomp/ClientProxy.h
+++ b/nxcomp/ClientProxy.h
@@ -38,8 +38,11 @@ class ClientProxy : public Proxy
virtual void handleDisplayConfiguration(const char *xServerDisplay, int xServerAddrFamily,
sockaddr *xServerAddr, unsigned int xServerAddrLength);
- virtual void handlePortConfiguration(int cupsServerPort, int smbServerPort, int mediaServerPort,
- int httpServerPort, const char *fontServerPort);
+ virtual void handlePortConfiguration(ChannelEndPoint &cupsServerPort,
+ ChannelEndPoint &smbServerPort,
+ ChannelEndPoint &mediaServerPort,
+ ChannelEndPoint &httpServerPort,
+ const char *fontServerPort);
protected: