summaryrefslogtreecommitdiff
path: root/TelepathyQt/types.h
diff options
context:
space:
mode:
authorDario Freddi <dario.freddi@collabora.com>2011-12-05 18:54:27 +0100
committerDario Freddi <dario.freddi@collabora.com>2012-07-02 18:23:50 +0200
commitc23da3ca5f118b69be65e3f01af7850be6e5b399 (patch)
treefbf9e19c69b0ed0e96c08d052563298f05fa933c /TelepathyQt/types.h
parentab332eec3ebe2c36a2f3dcc6d4d3e160629600e8 (diff)
dbus-tubes: Implementing the base DBusTubeChannel class
Diffstat (limited to 'TelepathyQt/types.h')
-rw-r--r--TelepathyQt/types.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/TelepathyQt/types.h b/TelepathyQt/types.h
index 4d9b3459..eb74a6f6 100644
--- a/TelepathyQt/types.h
+++ b/TelepathyQt/types.h
@@ -77,6 +77,7 @@ class ContactMessenger;
class ContactSearchChannel;
class DBusProxy;
class DebugReceiver;
+class DBusTubeChannel;
class FileTransferChannel;
class IncomingFileTransferChannel;
class IncomingStreamTubeChannel;
@@ -141,6 +142,7 @@ typedef SharedPtr<ContactManager> ContactManagerPtr;
typedef SharedPtr<ContactMessenger> ContactMessengerPtr;
typedef SharedPtr<ContactSearchChannel> ContactSearchChannelPtr;
typedef SharedPtr<DBusProxy> DBusProxyPtr;
+typedef SharedPtr<DBusTubeChannel> DBusTubeChannelPtr;
typedef SharedPtr<DebugReceiver> DebugReceiverPtr;
typedef SharedPtr<FileTransferChannel> FileTransferChannelPtr;
typedef SharedPtr<IncomingFileTransferChannel> IncomingFileTransferChannelPtr;