summaryrefslogtreecommitdiffstats
path: root/src/libs/installer/remoteclient.h
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@theqtcompany.com>2015-02-10 16:21:26 +0100
committerKai Koehne <kai.koehne@theqtcompany.com>2015-02-20 10:22:28 +0000
commitd6bca86cad962a0078c2a8111133cff123f1ba0a (patch)
tree0f8cf9863c04675c24efe2bf6b0aa023a56a0f4c /src/libs/installer/remoteclient.h
parent0ff36e52afb503a99c8fded093d25321a46b3d19 (diff)
Use local sockets for client-server communication
Change-Id: I12bfef671ab31ae9fb8c4bb02776517e7f434d27 Task-number: QTIFW-228 Reviewed-by: Karsten Heimrich <karsten.heimrich@theqtcompany.com>
Diffstat (limited to 'src/libs/installer/remoteclient.h')
-rw-r--r--src/libs/installer/remoteclient.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/libs/installer/remoteclient.h b/src/libs/installer/remoteclient.h
index 41576877f..c517f3107 100644
--- a/src/libs/installer/remoteclient.h
+++ b/src/libs/installer/remoteclient.h
@@ -51,13 +51,12 @@ class INSTALLER_EXPORT RemoteClient
public:
static RemoteClient &instance();
- void init(quint16 port, const QString &key, Protocol::Mode mode, Protocol::StartAs startAs);
+ void init(const QString &socketName, const QString &key, Protocol::Mode mode,
+ Protocol::StartAs startAs);
void shutdown();
- void init(quint16 port, const QString &address, Protocol::Mode mode);
- quint16 port() const;
- QString address() const;
+ QString socketName() const;
QString authorizationKey() const;
bool isActive() const;