diff options
| author | Jeremy Lainé <jeremy.laine@m4x.org> | 2015-08-25 09:02:02 +0200 |
|---|---|---|
| committer | Jeremy Lainé <jeremy.laine@m4x.org> | 2015-08-25 09:03:17 +0200 |
| commit | 5a5a2ed8cdad82740d95292853481d6ce0891df0 (patch) | |
| tree | 939356450eed7d3ec310ef7bf2b0dcc123bdd89c /src/base/QXmppStun.h | |
| parent | 722c1fc2f807f6da6a9a7996dc86c23b61c554a8 (diff) | |
| download | qxmpp-5a5a2ed8cdad82740d95292853481d6ce0891df0.tar.gz | |
ICE: rework sending STUN packet
Diffstat (limited to 'src/base/QXmppStun.h')
| -rw-r--r-- | src/base/QXmppStun.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/base/QXmppStun.h b/src/base/QXmppStun.h index 6505bb4b..20fad6dd 100644 --- a/src/base/QXmppStun.h +++ b/src/base/QXmppStun.h @@ -329,8 +329,8 @@ signals: private: CandidatePair *addRemoteCandidate(QUdpSocket *socket, const QHostAddress &host, quint16 port, quint32 priority); - qint64 writeStun(const QXmppStunMessage &message, CandidatePair *pair); + friend class QXmppIceComponentPrivate; QXmppIceComponentPrivate *d; }; |
