summaryrefslogtreecommitdiff
path: root/webproxyconn.h
diff options
context:
space:
mode:
authorJavier <dev.git@javispedro.com>2015-12-14 01:52:17 +0100
committerJavier <dev.git@javispedro.com>2015-12-14 01:52:17 +0100
commit702e018ca9e780bb076033ce5d1d370d4eb7319e (patch)
tree2012493213c630d7281718aadd1a6fa9a2c92885 /webproxyconn.h
parentce8a092a235c8d59f01631c80786f920eb6a777b (diff)
downloadsapd-702e018ca9e780bb076033ce5d1d370d4eb7319e.tar.gz
sapd-702e018ca9e780bb076033ce5d1d370d4eb7319e.zip
properly handle data frames with sequence numbers
Diffstat (limited to 'webproxyconn.h')
-rw-r--r--webproxyconn.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/webproxyconn.h b/webproxyconn.h
index 533feeb..264e792 100644
--- a/webproxyconn.h
+++ b/webproxyconn.h
@@ -24,12 +24,12 @@ protected:
static RequestMessage unpackRequestMessage(const QByteArray &data);
private slots:
- void handleConnected();
void handleMessageReceived();
private:
SAPConnection *_conn;
- SAPSocket *_socket;
+ SAPSocket *_in;
+ SAPSocket *_out;
};
#endif // WEBPROXYCONN_H