[telepathy-qt4/master] ClientRegistrar: Generate interfaces for Client.Observer and added ClientObserverInterface fancy header.

Andre Moreira Magalhaes (andrunko) andre.magalhaes at collabora.co.uk
Fri May 15 07:22:21 PDT 2009


---
 TelepathyQt4/ClientObserverInterface |   13 +++++++++++++
 TelepathyQt4/Makefile.am             |    1 +
 TelepathyQt4/client.xml              |    1 +
 3 files changed, 15 insertions(+), 0 deletions(-)
 create mode 100644 TelepathyQt4/ClientObserverInterface

diff --git a/TelepathyQt4/ClientObserverInterface b/TelepathyQt4/ClientObserverInterface
new file mode 100644
index 0000000..eeb66fe
--- /dev/null
+++ b/TelepathyQt4/ClientObserverInterface
@@ -0,0 +1,13 @@
+#ifndef _TelepathyQt4_Client_ClientObserverInterface_HEADER_GUARD_
+#define _TelepathyQt4_Client_ClientObserverInterface_HEADER_GUARD_
+
+#ifndef IN_TELEPATHY_QT4_HEADER
+#define IN_TELEPATHY_QT4_HEADER
+#endif
+
+#include <TelepathyQt4/client.h>
+
+#undef IN_TELEPATHY_QT4_HEADER
+
+#endif
+// vim:set ft=cpp:
diff --git a/TelepathyQt4/Makefile.am b/TelepathyQt4/Makefile.am
index 6fa3e86..5376497 100644
--- a/TelepathyQt4/Makefile.am
+++ b/TelepathyQt4/Makefile.am
@@ -218,6 +218,7 @@ tpqt4include_HEADERS = \
     ChannelTypeTextInterface \
     ChannelTypeTubesInterface \
     ClientHandlerInterface \
+    ClientObserverInterface \
     ClientInterface \
     ClientInterfaceRequestsInterface \
     ConnectionInterface \
diff --git a/TelepathyQt4/client.xml b/TelepathyQt4/client.xml
index 2e4344e..31ccec3 100644
--- a/TelepathyQt4/client.xml
+++ b/TelepathyQt4/client.xml
@@ -5,6 +5,7 @@
 <tp:title>Client interfaces</tp:title>
 
 <xi:include href="../spec/Client.xml"/>
+<xi:include href="../spec/Client_Observer.xml"/>
 <xi:include href="../spec/Client_Handler.xml"/>
 
 <xi:include href="../spec/Client_Interface_Requests.xml"/>
-- 
1.5.6.5




More information about the telepathy-commits mailing list