summaryrefslogtreecommitdiff
path: root/TelepathyQt/ChannelInterfaceRoomInterface
diff options
context:
space:
mode:
authorLeon Handreke <leonh@ndreke.de>2014-01-18 18:32:40 +0100
committerDario Freddi <dario.freddi@ispirata.com>2014-02-02 15:21:14 +0100
commit5afa270e4eed0f6401509809331db7e8a13653ca (patch)
tree1f914e291601bdcc5148fa91dab036d46f014c54 /TelepathyQt/ChannelInterfaceRoomInterface
parentbb2c4e68af128fe76d5599b46b33c81d7841608e (diff)
Add {Room,Subject,RoomConfig} interfaces to generation
Diffstat (limited to 'TelepathyQt/ChannelInterfaceRoomInterface')
-rw-r--r--TelepathyQt/ChannelInterfaceRoomInterface13
1 files changed, 13 insertions, 0 deletions
diff --git a/TelepathyQt/ChannelInterfaceRoomInterface b/TelepathyQt/ChannelInterfaceRoomInterface
new file mode 100644
index 00000000..8eea3921
--- /dev/null
+++ b/TelepathyQt/ChannelInterfaceRoomInterface
@@ -0,0 +1,13 @@
+#ifndef _TelepathyQt_ChannelInterfaceRoomInterface_HEADER_GUARD_
+#define _TelepathyQt_ChannelInterfaceRoomInterface_HEADER_GUARD_
+
+#ifndef IN_TP_QT_HEADER
+#define IN_TP_QT_HEADER
+#endif
+
+#include <TelepathyQt/channel.h>
+
+#undef IN_TP_QT_HEADER
+
+#endif
+// vim:set ft=cpp: