22 #ifndef _TelepathyQt_Farstream_channel_h_HEADER_GUARD_
23 #define _TelepathyQt_Farstream_channel_h_HEADER_GUARD_
25 #ifndef IN_TP_QT_FARSTREAM_HEADER
26 #error IN_TP_QT_FARSTREAM_HEADER
29 #include <TelepathyQt/Farstream/Global>
30 #include <TelepathyQt/Types>
32 #include <TelepathyQt/PendingOperation>
33 #include <TelepathyQt/RefCounted>
35 typedef struct _TfChannel TfChannel;
50 TfChannel *tfChannel()
const;
51 CallChannelPtr callChannel()
const;
56 friend PendingChannel *
createChannel(
const CallChannelPtr &channel);
59 friend struct Private;
Definition: Farstream/channel.h:42
PendingChannel * createChannel(const CallChannelPtr &channel)
Definition: Farstream/channel.cpp:159
The PendingOperation class is a base class for pending asynchronous operations.
Definition: pending-operation.h:45