[telepathy-qt4/master] Added pretty include for StreamTube and Tube interface.
Abner Silva (none)
abner at mustang
Mon Sep 21 13:29:16 PDT 2009
---
TelepathyQt4/ChannelTypeStreamTubeInterface | 13 +++++++++++++
TelepathyQt4/ChannelTypeTubeInterface | 13 +++++++++++++
TelepathyQt4/Makefile.am | 2 ++
3 files changed, 28 insertions(+), 0 deletions(-)
create mode 100644 TelepathyQt4/ChannelTypeStreamTubeInterface
create mode 100644 TelepathyQt4/ChannelTypeTubeInterface
diff --git a/TelepathyQt4/ChannelTypeStreamTubeInterface b/TelepathyQt4/ChannelTypeStreamTubeInterface
new file mode 100644
index 0000000..f11605f
--- /dev/null
+++ b/TelepathyQt4/ChannelTypeStreamTubeInterface
@@ -0,0 +1,13 @@
+#ifndef _TelepathyQt4_Client_ChannelTypeStreamTubeInterface_HEADER_GUARD_
+#define _TelepathyQt4_Client_ChannelTypeStreamTubeInterface_HEADER_GUARD_
+
+#ifndef IN_TELEPATHY_QT4_HEADER
+#define IN_TELEPATHY_QT4_HEADER
+#endif
+
+#include <TelepathyQt4/channel.h>
+
+#undef IN_TELEPATHY_QT4_HEADER
+
+#endif
+// vim:set ft=cpp:
diff --git a/TelepathyQt4/ChannelTypeTubeInterface b/TelepathyQt4/ChannelTypeTubeInterface
new file mode 100644
index 0000000..163a113
--- /dev/null
+++ b/TelepathyQt4/ChannelTypeTubeInterface
@@ -0,0 +1,13 @@
+#ifndef _TelepathyQt4_Client_ChannelTypeTubeInterface_HEADER_GUARD_
+#define _TelepathyQt4_Client_ChannelTypeTubeInterface_HEADER_GUARD_
+
+#ifndef IN_TELEPATHY_QT4_HEADER
+#define IN_TELEPATHY_QT4_HEADER
+#endif
+
+#include <TelepathyQt4/channel.h>
+
+#undef IN_TELEPATHY_QT4_HEADER
+
+#endif
+// vim:set ft=cpp:
diff --git a/TelepathyQt4/Makefile.am b/TelepathyQt4/Makefile.am
index 266124e..a9127d4 100644
--- a/TelepathyQt4/Makefile.am
+++ b/TelepathyQt4/Makefile.am
@@ -239,6 +239,8 @@ tpqt4include_HEADERS = \
ChannelTypeStreamedMediaInterface \
ChannelTypeTextInterface \
ChannelTypeTubesInterface \
+ ChannelTypeTubeInterface \
+ ChannelTypeStreamTubeInterface \
ClientHandlerInterface \
ClientApproverInterface \
ClientObserverInterface \
--
1.5.6.5
More information about the telepathy-commits
mailing list