telepathy-qt: dbus-tubes: Add missing pretty headers
Dario Freddi
drf at kemper.freedesktop.org
Tue Jul 3 15:08:38 PDT 2012
Module: telepathy-qt
Branch: master
Commit: 25e909053f670292da94052f9ba2dedfcd0dd9ff
URL: http://cgit.freedesktop.org/telepathy/telepathy-qt/commit/?id=25e909053f670292da94052f9ba2dedfcd0dd9ff
Author: Dario Freddi <dario.freddi at collabora.co.uk>
Date: Fri Jun 11 13:00:30 2010 +0200
dbus-tubes: Add missing pretty headers
---
TelepathyQt/CMakeLists.txt | 2 ++
TelepathyQt4/PendingDBusTubeAccept | 13 +++++++++++++
TelepathyQt4/PendingDBusTubeOffer | 13 +++++++++++++
3 files changed, 28 insertions(+), 0 deletions(-)
diff --git a/TelepathyQt/CMakeLists.txt b/TelepathyQt/CMakeLists.txt
index 0d3619a..e1c66c9 100644
--- a/TelepathyQt/CMakeLists.txt
+++ b/TelepathyQt/CMakeLists.txt
@@ -400,6 +400,8 @@ set(telepathy_qt_HEADERS
pending-contact-info.h
PendingContacts
pending-contacts.h
+ PendingDBusTubeAccept
+ PendingDBusTubeOffer
PendingDebugMessageList
pending-debug-message-list.h
PendingFailure
diff --git a/TelepathyQt4/PendingDBusTubeAccept b/TelepathyQt4/PendingDBusTubeAccept
new file mode 100644
index 0000000..483e9d3
--- /dev/null
+++ b/TelepathyQt4/PendingDBusTubeAccept
@@ -0,0 +1,13 @@
+#ifndef _TelepathyQt4_PendingDBusTubeAccept_HEADER_GUARD_
+#define _TelepathyQt4_PendingDBusTubeAccept_HEADER_GUARD_
+
+#ifndef IN_TELEPATHY_QT4_HEADER
+#define IN_TELEPATHY_QT4_HEADER
+#endif
+
+#include <TelepathyQt4/incoming-dbus-tube-channel.h>
+
+#undef IN_TELEPATHY_QT4_HEADER
+
+#endif
+// vim:set ft=cpp:
diff --git a/TelepathyQt4/PendingDBusTubeOffer b/TelepathyQt4/PendingDBusTubeOffer
new file mode 100644
index 0000000..63cb513
--- /dev/null
+++ b/TelepathyQt4/PendingDBusTubeOffer
@@ -0,0 +1,13 @@
+#ifndef _TelepathyQt4_PendingDBusTubeOffer_HEADER_GUARD_
+#define _TelepathyQt4_PendingDBusTubeOffer_HEADER_GUARD_
+
+#ifndef IN_TELEPATHY_QT4_HEADER
+#define IN_TELEPATHY_QT4_HEADER
+#endif
+
+#include <TelepathyQt4/outgoing-dbus-tube-channel.h>
+
+#undef IN_TELEPATHY_QT4_HEADER
+
+#endif
+// vim:set ft=cpp:
More information about the telepathy-commits
mailing list