22 #ifndef _TelepathyQt_incoming_stream_tube_channel_h_HEADER_GUARD_
23 #define _TelepathyQt_incoming_stream_tube_channel_h_HEADER_GUARD_
25 #ifndef IN_TP_QT_HEADER
26 #error IN_TP_QT_HEADER
29 #include <TelepathyQt/StreamTubeChannel>
31 #include <QtNetwork/QHostAddress>
38 class PendingStreamTubeConnection;
48 static IncomingStreamTubeChannelPtr create(
const ConnectionPtr &connection,
49 const QString &objectPath,
const QVariantMap &immutableProperties);
60 const QString &objectPath,
61 const QVariantMap &immutableProperties,
65 TP_QT_NO_EXPORT
void onNewLocalConnection(uint connectionId);
70 friend struct Private;