diff options
| author | Jeremy Lainé <jeremy.laine@m4x.org> | 2010-11-18 12:22:53 +0000 |
|---|---|---|
| committer | Jeremy Lainé <jeremy.laine@m4x.org> | 2010-11-18 12:22:53 +0000 |
| commit | a3f681c3de58e7680b92c260e067732729602a41 (patch) | |
| tree | d3c070a31f5cfb2cf3ccd1420012e57efc2008db /src/server/mod_proxy65.h | |
| parent | a173e0a82a3575de7e4df7ea99ac6eb5ab326905 (diff) | |
| download | qxmpp-a3f681c3de58e7680b92c260e067732729602a41.tar.gz | |
mod_proxy65: improve logging, statistics and transfer termination
Diffstat (limited to 'src/server/mod_proxy65.h')
| -rw-r--r-- | src/server/mod_proxy65.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/server/mod_proxy65.h b/src/server/mod_proxy65.h index cf54ad3b..b034d698 100644 --- a/src/server/mod_proxy65.h +++ b/src/server/mod_proxy65.h @@ -31,14 +31,14 @@ class QTcpSocket; -class QTcpSocketPair : public QObject +class QTcpSocketPair : public QXmppLoggable { Q_OBJECT public: - QTcpSocketPair(const QString &hash); + QTcpSocketPair(const QString &hash, QObject *parent = 0); - void activate(); + bool activate(); void addSocket(QTcpSocket *socket); QString key; |
