summaryrefslogtreecommitdiff
path: root/gatoattclient.h
diff options
context:
space:
mode:
authorJavier <dev.git@javispedro.com>2016-06-05 00:51:39 +0200
committerJavier <dev.git@javispedro.com>2016-06-05 00:51:39 +0200
commit1905841f4008a58932368a7099e370e5758544c4 (patch)
tree241b95d68b288b2c54ef0df61096ec5b70e8acf5 /gatoattclient.h
parent365f98a9f973f5ead0886073ebcaa9bf7c5f0f47 (diff)
downloadlibgato-1905841f4008a58932368a7099e370e5758544c4.tar.gz
libgato-1905841f4008a58932368a7099e370e5758544c4.zip
initial attempts to work with paired devices
Diffstat (limited to 'gatoattclient.h')
-rw-r--r--gatoattclient.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/gatoattclient.h b/gatoattclient.h
index 764abdd..0aafc6d 100644
--- a/gatoattclient.h
+++ b/gatoattclient.h
@@ -16,7 +16,7 @@ public:
GatoSocket::State state() const;
- bool connectTo(const GatoAddress& addr, GatoSocket::SecurityLevel sec_level);
+ bool connectTo(const GatoAddress& addr);
void close();
GatoSocket::SecurityLevel securityLevel() const;
@@ -99,7 +99,6 @@ private:
quint16 cur_mtu;
uint next_id;
QQueue<Request> pending_requests;
- GatoSocket::SecurityLevel required_sec;
};
#endif // GATOATTCLIENT_H