aboutsummaryrefslogtreecommitdiff
path: root/src/base/QXmppStun_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/base/QXmppStun_p.h')
-rw-r--r--src/base/QXmppStun_p.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/base/QXmppStun_p.h b/src/base/QXmppStun_p.h
index 19a2cd4f..1332363f 100644
--- a/src/base/QXmppStun_p.h
+++ b/src/base/QXmppStun_p.h
@@ -41,11 +41,9 @@ class QTimer;
// We mean it.
//
-/// \internal
///
/// The QXmppStunTransaction class represents a STUN transaction.
///
-
class QXMPP_EXPORT QXmppStunTransaction : public QXmppLoggable
{
Q_OBJECT
@@ -91,12 +89,10 @@ Q_SIGNALS:
void datagramReceived(const QByteArray &data, const QHostAddress &host, quint16 port);
};
-/// \internal
///
/// The QXmppTurnAllocation class represents a TURN allocation as defined
/// by RFC 5766 Traversal Using Relays around NAT (TURN).
///
-
class QXMPP_EXPORT QXmppTurnAllocation : public QXmppIceTransport
{
Q_OBJECT
@@ -169,11 +165,9 @@ private:
QList<QXmppStunTransaction *> m_transactions;
};
-/// \internal
///
/// The QXmppUdpTransport class represents a UDP transport.
///
-
class QXMPP_EXPORT QXmppUdpTransport : public QXmppIceTransport
{
Q_OBJECT