summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'Slimber/Server.cpp')
-rw-r--r--Slimber/Server.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/Slimber/Server.cpp b/Slimber/Server.cpp
index 3bc3112..bfa34f5 100644
--- a/Slimber/Server.cpp
+++ b/Slimber/Server.cpp
@@ -1,5 +1,5 @@
1/* 1/*
2 * Copyright (c) 2010-2016 Isode Limited. 2 * Copyright (c) 2010-2018 Isode Limited.
3 * All rights reserved. 3 * All rights reserved.
4 * See the COPYING file for more information. 4 * See the COPYING file for more information.
5 */ 5 */
@@ -39,8 +39,8 @@
39namespace Swift { 39namespace Swift {
40 40
41Server::Server( 41Server::Server(
42 int clientConnectionPort, 42 unsigned short clientConnectionPort,
43 int linkLocalConnectionPort, 43 unsigned short linkLocalConnectionPort,
44 LinkLocalServiceBrowser* linkLocalServiceBrowser, 44 LinkLocalServiceBrowser* linkLocalServiceBrowser,
45 VCardCollection* vCardCollection, 45 VCardCollection* vCardCollection,
46 EventLoop* eventLoop) : 46 EventLoop* eventLoop) :