[Telepathy-commits] [telepathy-qt4/master] Added fancy headers for all generated classes.

Andre Moreira Magalhaes (andrunko) andre.magalhaes at collabora.co.uk
Mon Dec 29 12:21:08 PST 2008


---
 TelepathyQt4/Client/AccountInterface               |    7 ++++
 TelepathyQt4/Client/AccountManagerInterface        |    7 ++++
 TelepathyQt4/Client/ChannelInterface               |    7 ++++
 .../Client/ChannelInterfaceCallStateInterface      |    7 ++++
 .../Client/ChannelInterfaceChatStateInterface      |    7 ++++
 TelepathyQt4/Client/ChannelInterfaceDTMFInterface  |    7 ++++
 TelepathyQt4/Client/ChannelInterfaceGroupInterface |    7 ++++
 TelepathyQt4/Client/ChannelInterfaceHoldInterface  |    7 ++++
 .../ChannelInterfaceMediaSignallingInterface       |    7 ++++
 .../Client/ChannelInterfacePasswordInterface       |    7 ++++
 .../Client/ChannelTypeContactListInterface         |    7 ++++
 TelepathyQt4/Client/ChannelTypeRoomListInterface   |    7 ++++
 .../Client/ChannelTypeStreamedMediaInterface       |    7 ++++
 TelepathyQt4/Client/ChannelTypeTextInterface       |    7 ++++
 TelepathyQt4/Client/ChannelTypeTubesInterface      |    7 ++++
 TelepathyQt4/Client/ConnectionInterface            |    7 ++++
 .../Client/ConnectionInterfaceAliasingInterface    |    7 ++++
 .../Client/ConnectionInterfaceAvatarsInterface     |    7 ++++
 .../ConnectionInterfaceCapabilitiesInterface       |    7 ++++
 .../Client/ConnectionInterfaceContactsInterface    |    7 ++++
 .../Client/ConnectionInterfacePresenceInterface    |    7 ++++
 .../Client/ConnectionInterfaceRequestsInterface    |    7 ++++
 .../ConnectionInterfaceSimplePresenceInterface     |    7 ++++
 TelepathyQt4/Client/ConnectionManagerInterface     |    7 ++++
 TelepathyQt4/Client/DBusDaemonInterface            |    7 ++++
 TelepathyQt4/Client/IntrospectableInterface        |    7 ++++
 TelepathyQt4/Client/MediaSessionHandlerInterface   |    7 ++++
 TelepathyQt4/Client/MediaStreamHandlerInterface    |    7 ++++
 TelepathyQt4/Client/PeerInterface                  |    7 ++++
 TelepathyQt4/Client/PropertiesInterface            |    7 ++++
 TelepathyQt4/Client/PropertiesInterfaceInterface   |    7 ++++
 TelepathyQt4/Makefile.am                           |   31 ++++++++++++++++++++
 32 files changed, 248 insertions(+), 0 deletions(-)
 create mode 100644 TelepathyQt4/Client/AccountInterface
 create mode 100644 TelepathyQt4/Client/AccountManagerInterface
 create mode 100644 TelepathyQt4/Client/ChannelInterface
 create mode 100644 TelepathyQt4/Client/ChannelInterfaceCallStateInterface
 create mode 100644 TelepathyQt4/Client/ChannelInterfaceChatStateInterface
 create mode 100644 TelepathyQt4/Client/ChannelInterfaceDTMFInterface
 create mode 100644 TelepathyQt4/Client/ChannelInterfaceGroupInterface
 create mode 100644 TelepathyQt4/Client/ChannelInterfaceHoldInterface
 create mode 100644 TelepathyQt4/Client/ChannelInterfaceMediaSignallingInterface
 create mode 100644 TelepathyQt4/Client/ChannelInterfacePasswordInterface
 create mode 100644 TelepathyQt4/Client/ChannelTypeContactListInterface
 create mode 100644 TelepathyQt4/Client/ChannelTypeRoomListInterface
 create mode 100644 TelepathyQt4/Client/ChannelTypeStreamedMediaInterface
 create mode 100644 TelepathyQt4/Client/ChannelTypeTextInterface
 create mode 100644 TelepathyQt4/Client/ChannelTypeTubesInterface
 create mode 100644 TelepathyQt4/Client/ConnectionInterface
 create mode 100644 TelepathyQt4/Client/ConnectionInterfaceAliasingInterface
 create mode 100644 TelepathyQt4/Client/ConnectionInterfaceAvatarsInterface
 create mode 100644 TelepathyQt4/Client/ConnectionInterfaceCapabilitiesInterface
 create mode 100644 TelepathyQt4/Client/ConnectionInterfaceContactsInterface
 create mode 100644 TelepathyQt4/Client/ConnectionInterfacePresenceInterface
 create mode 100644 TelepathyQt4/Client/ConnectionInterfaceRequestsInterface
 create mode 100644 TelepathyQt4/Client/ConnectionInterfaceSimplePresenceInterface
 create mode 100644 TelepathyQt4/Client/ConnectionManagerInterface
 create mode 100644 TelepathyQt4/Client/DBusDaemonInterface
 create mode 100644 TelepathyQt4/Client/IntrospectableInterface
 create mode 100644 TelepathyQt4/Client/MediaSessionHandlerInterface
 create mode 100644 TelepathyQt4/Client/MediaStreamHandlerInterface
 create mode 100644 TelepathyQt4/Client/PeerInterface
 create mode 100644 TelepathyQt4/Client/PropertiesInterface
 create mode 100644 TelepathyQt4/Client/PropertiesInterfaceInterface

diff --git a/TelepathyQt4/Client/AccountInterface b/TelepathyQt4/Client/AccountInterface
new file mode 100644
index 0000000..06123aa
--- /dev/null
+++ b/TelepathyQt4/Client/AccountInterface
@@ -0,0 +1,7 @@
+#ifndef _TelepathyQt4_Client_AccountInterface_HEADER_GUARD_
+#define _TelepathyQt4_Client_AccountInterface_HEADER_GUARD_
+
+#include <TelepathyQt4/Client/account.h>
+
+#endif
+// vim:set ft=cpp:
diff --git a/TelepathyQt4/Client/AccountManagerInterface b/TelepathyQt4/Client/AccountManagerInterface
new file mode 100644
index 0000000..eb9e351
--- /dev/null
+++ b/TelepathyQt4/Client/AccountManagerInterface
@@ -0,0 +1,7 @@
+#ifndef _TelepathyQt4_Client_AccountManagerInterface_HEADER_GUARD_
+#define _TelepathyQt4_Client_AccountManagerInterface_HEADER_GUARD_
+
+#include <TelepathyQt4/Client/account-manager.h>
+
+#endif
+// vim:set ft=cpp:
diff --git a/TelepathyQt4/Client/ChannelInterface b/TelepathyQt4/Client/ChannelInterface
new file mode 100644
index 0000000..1dd363a
--- /dev/null
+++ b/TelepathyQt4/Client/ChannelInterface
@@ -0,0 +1,7 @@
+#ifndef _TelepathyQt4_Client_ChannelInterface_HEADER_GUARD_
+#define _TelepathyQt4_Client_ChannelInterface_HEADER_GUARD_
+
+#include <TelepathyQt4/Client/channel.h>
+
+#endif
+// vim:set ft=cpp:
diff --git a/TelepathyQt4/Client/ChannelInterfaceCallStateInterface b/TelepathyQt4/Client/ChannelInterfaceCallStateInterface
new file mode 100644
index 0000000..fb734ac
--- /dev/null
+++ b/TelepathyQt4/Client/ChannelInterfaceCallStateInterface
@@ -0,0 +1,7 @@
+#ifndef _TelepathyQt4_Client_ChannelInterfaceCallStateInterface_HEADER_GUARD_
+#define _TelepathyQt4_Client_ChannelInterfaceCallStateInterface_HEADER_GUARD_
+
+#include <TelepathyQt4/Client/channel.h>
+
+#endif
+// vim:set ft=cpp:
diff --git a/TelepathyQt4/Client/ChannelInterfaceChatStateInterface b/TelepathyQt4/Client/ChannelInterfaceChatStateInterface
new file mode 100644
index 0000000..f3ffa25
--- /dev/null
+++ b/TelepathyQt4/Client/ChannelInterfaceChatStateInterface
@@ -0,0 +1,7 @@
+#ifndef _TelepathyQt4_Client_ChannelInterfaceChatStateInterface_HEADER_GUARD_
+#define _TelepathyQt4_Client_ChannelInterfaceChatStateInterface_HEADER_GUARD_
+
+#include <TelepathyQt4/Client/channel.h>
+
+#endif
+// vim:set ft=cpp:
diff --git a/TelepathyQt4/Client/ChannelInterfaceDTMFInterface b/TelepathyQt4/Client/ChannelInterfaceDTMFInterface
new file mode 100644
index 0000000..be01e0f
--- /dev/null
+++ b/TelepathyQt4/Client/ChannelInterfaceDTMFInterface
@@ -0,0 +1,7 @@
+#ifndef _TelepathyQt4_Client_ChannelInterfaceDTMFInterface_HEADER_GUARD_
+#define _TelepathyQt4_Client_ChannelInterfaceDTMFInterface_HEADER_GUARD_
+
+#include <TelepathyQt4/Client/channel.h>
+
+#endif
+// vim:set ft=cpp:
diff --git a/TelepathyQt4/Client/ChannelInterfaceGroupInterface b/TelepathyQt4/Client/ChannelInterfaceGroupInterface
new file mode 100644
index 0000000..a0287b1
--- /dev/null
+++ b/TelepathyQt4/Client/ChannelInterfaceGroupInterface
@@ -0,0 +1,7 @@
+#ifndef _TelepathyQt4_Client_ChannelInterfaceGroupInterface_HEADER_GUARD_
+#define _TelepathyQt4_Client_ChannelInterfaceGroupInterface_HEADER_GUARD_
+
+#include <TelepathyQt4/Client/channel.h>
+
+#endif
+// vim:set ft=cpp:
diff --git a/TelepathyQt4/Client/ChannelInterfaceHoldInterface b/TelepathyQt4/Client/ChannelInterfaceHoldInterface
new file mode 100644
index 0000000..ca552a1
--- /dev/null
+++ b/TelepathyQt4/Client/ChannelInterfaceHoldInterface
@@ -0,0 +1,7 @@
+#ifndef _TelepathyQt4_Client_ChannelInterfaceHoldInterface_HEADER_GUARD_
+#define _TelepathyQt4_Client_ChannelInterfaceHoldInterface_HEADER_GUARD_
+
+#include <TelepathyQt4/Client/channel.h>
+
+#endif
+// vim:set ft=cpp:
diff --git a/TelepathyQt4/Client/ChannelInterfaceMediaSignallingInterface b/TelepathyQt4/Client/ChannelInterfaceMediaSignallingInterface
new file mode 100644
index 0000000..fbc8808
--- /dev/null
+++ b/TelepathyQt4/Client/ChannelInterfaceMediaSignallingInterface
@@ -0,0 +1,7 @@
+#ifndef _TelepathyQt4_Client_ChannelInterfaceMediaSignallingInterface_HEADER_GUARD_
+#define _TelepathyQt4_Client_ChannelInterfaceMediaSignallingInterface_HEADER_GUARD_
+
+#include <TelepathyQt4/Client/channel.h>
+
+#endif
+// vim:set ft=cpp:
diff --git a/TelepathyQt4/Client/ChannelInterfacePasswordInterface b/TelepathyQt4/Client/ChannelInterfacePasswordInterface
new file mode 100644
index 0000000..ad1de3d
--- /dev/null
+++ b/TelepathyQt4/Client/ChannelInterfacePasswordInterface
@@ -0,0 +1,7 @@
+#ifndef _TelepathyQt4_Client_ChannelInterfacePasswordInterface_HEADER_GUARD_
+#define _TelepathyQt4_Client_ChannelInterfacePasswordInterface_HEADER_GUARD_
+
+#include <TelepathyQt4/Client/channel.h>
+
+#endif
+// vim:set ft=cpp:
diff --git a/TelepathyQt4/Client/ChannelTypeContactListInterface b/TelepathyQt4/Client/ChannelTypeContactListInterface
new file mode 100644
index 0000000..83e83e8
--- /dev/null
+++ b/TelepathyQt4/Client/ChannelTypeContactListInterface
@@ -0,0 +1,7 @@
+#ifndef _TelepathyQt4_Client_ChannelTypeContactListInterface_HEADER_GUARD_
+#define _TelepathyQt4_Client_ChannelTypeContactListInterface_HEADER_GUARD_
+
+#include <TelepathyQt4/Client/channel.h>
+
+#endif
+// vim:set ft=cpp:
diff --git a/TelepathyQt4/Client/ChannelTypeRoomListInterface b/TelepathyQt4/Client/ChannelTypeRoomListInterface
new file mode 100644
index 0000000..eb20193
--- /dev/null
+++ b/TelepathyQt4/Client/ChannelTypeRoomListInterface
@@ -0,0 +1,7 @@
+#ifndef _TelepathyQt4_Client_ChannelTypeRoomListInterface_HEADER_GUARD_
+#define _TelepathyQt4_Client_ChannelTypeRoomListInterface_HEADER_GUARD_
+
+#include <TelepathyQt4/Client/channel.h>
+
+#endif
+// vim:set ft=cpp:
diff --git a/TelepathyQt4/Client/ChannelTypeStreamedMediaInterface b/TelepathyQt4/Client/ChannelTypeStreamedMediaInterface
new file mode 100644
index 0000000..22a5e64
--- /dev/null
+++ b/TelepathyQt4/Client/ChannelTypeStreamedMediaInterface
@@ -0,0 +1,7 @@
+#ifndef _TelepathyQt4_Client_ChannelTypeStreamedMediaInterface_HEADER_GUARD_
+#define _TelepathyQt4_Client_ChannelTypeStreamedMediaInterface_HEADER_GUARD_
+
+#include <TelepathyQt4/Client/channel.h>
+
+#endif
+// vim:set ft=cpp:
diff --git a/TelepathyQt4/Client/ChannelTypeTextInterface b/TelepathyQt4/Client/ChannelTypeTextInterface
new file mode 100644
index 0000000..5fcab0d
--- /dev/null
+++ b/TelepathyQt4/Client/ChannelTypeTextInterface
@@ -0,0 +1,7 @@
+#ifndef _TelepathyQt4_Client_ChannelTypeTextInterface_HEADER_GUARD_
+#define _TelepathyQt4_Client_ChannelTypeTextInterface_HEADER_GUARD_
+
+#include <TelepathyQt4/Client/channel.h>
+
+#endif
+// vim:set ft=cpp:
diff --git a/TelepathyQt4/Client/ChannelTypeTubesInterface b/TelepathyQt4/Client/ChannelTypeTubesInterface
new file mode 100644
index 0000000..b822a5c
--- /dev/null
+++ b/TelepathyQt4/Client/ChannelTypeTubesInterface
@@ -0,0 +1,7 @@
+#ifndef _TelepathyQt4_Client_ChannelTypeTubesInterface_HEADER_GUARD_
+#define _TelepathyQt4_Client_ChannelTypeTubesInterface_HEADER_GUARD_
+
+#include <TelepathyQt4/Client/channel.h>
+
+#endif
+// vim:set ft=cpp:
diff --git a/TelepathyQt4/Client/ConnectionInterface b/TelepathyQt4/Client/ConnectionInterface
new file mode 100644
index 0000000..593fb4e
--- /dev/null
+++ b/TelepathyQt4/Client/ConnectionInterface
@@ -0,0 +1,7 @@
+#ifndef _TelepathyQt4_Client_ConnectionInterface_HEADER_GUARD_
+#define _TelepathyQt4_Client_ConnectionInterface_HEADER_GUARD_
+
+#include <TelepathyQt4/Client/connection.h>
+
+#endif
+// vim:set ft=cpp:
diff --git a/TelepathyQt4/Client/ConnectionInterfaceAliasingInterface b/TelepathyQt4/Client/ConnectionInterfaceAliasingInterface
new file mode 100644
index 0000000..460a7e9
--- /dev/null
+++ b/TelepathyQt4/Client/ConnectionInterfaceAliasingInterface
@@ -0,0 +1,7 @@
+#ifndef _TelepathyQt4_Client_ConnectionInterfaceAliasingInterface_HEADER_GUARD_
+#define _TelepathyQt4_Client_ConnectionInterfaceAliasingInterface_HEADER_GUARD_
+
+#include <TelepathyQt4/Client/connection.h>
+
+#endif
+// vim:set ft=cpp:
diff --git a/TelepathyQt4/Client/ConnectionInterfaceAvatarsInterface b/TelepathyQt4/Client/ConnectionInterfaceAvatarsInterface
new file mode 100644
index 0000000..605f878
--- /dev/null
+++ b/TelepathyQt4/Client/ConnectionInterfaceAvatarsInterface
@@ -0,0 +1,7 @@
+#ifndef _TelepathyQt4_Client_ConnectionInterfaceAvatarsInterface_HEADER_GUARD_
+#define _TelepathyQt4_Client_ConnectionInterfaceAvatarsInterface_HEADER_GUARD_
+
+#include <TelepathyQt4/Client/connection.h>
+
+#endif
+// vim:set ft=cpp:
diff --git a/TelepathyQt4/Client/ConnectionInterfaceCapabilitiesInterface b/TelepathyQt4/Client/ConnectionInterfaceCapabilitiesInterface
new file mode 100644
index 0000000..acf256a
--- /dev/null
+++ b/TelepathyQt4/Client/ConnectionInterfaceCapabilitiesInterface
@@ -0,0 +1,7 @@
+#ifndef _TelepathyQt4_Client_ConnectionInterfaceCapabilitiesInterface_HEADER_GUARD_
+#define _TelepathyQt4_Client_ConnectionInterfaceCapabilitiesInterface_HEADER_GUARD_
+
+#include <TelepathyQt4/Client/connection.h>
+
+#endif
+// vim:set ft=cpp:
diff --git a/TelepathyQt4/Client/ConnectionInterfaceContactsInterface b/TelepathyQt4/Client/ConnectionInterfaceContactsInterface
new file mode 100644
index 0000000..ef7a696
--- /dev/null
+++ b/TelepathyQt4/Client/ConnectionInterfaceContactsInterface
@@ -0,0 +1,7 @@
+#ifndef _TelepathyQt4_Client_ConnectionInterfaceContactsInterface_HEADER_GUARD_
+#define _TelepathyQt4_Client_ConnectionInterfaceContactsInterface_HEADER_GUARD_
+
+#include <TelepathyQt4/Client/connection.h>
+
+#endif
+// vim:set ft=cpp:
diff --git a/TelepathyQt4/Client/ConnectionInterfacePresenceInterface b/TelepathyQt4/Client/ConnectionInterfacePresenceInterface
new file mode 100644
index 0000000..7a8dd4b
--- /dev/null
+++ b/TelepathyQt4/Client/ConnectionInterfacePresenceInterface
@@ -0,0 +1,7 @@
+#ifndef _TelepathyQt4_Client_ConnectionInterfacePresenceInterface_HEADER_GUARD_
+#define _TelepathyQt4_Client_ConnectionInterfacePresenceInterface_HEADER_GUARD_
+
+#include <TelepathyQt4/Client/connection.h>
+
+#endif
+// vim:set ft=cpp:
diff --git a/TelepathyQt4/Client/ConnectionInterfaceRequestsInterface b/TelepathyQt4/Client/ConnectionInterfaceRequestsInterface
new file mode 100644
index 0000000..a527cc3
--- /dev/null
+++ b/TelepathyQt4/Client/ConnectionInterfaceRequestsInterface
@@ -0,0 +1,7 @@
+#ifndef _TelepathyQt4_Client_ConnectionInterfaceRequestsInterface_HEADER_GUARD_
+#define _TelepathyQt4_Client_ConnectionInterfaceRequestsInterface_HEADER_GUARD_
+
+#include <TelepathyQt4/Client/connection.h>
+
+#endif
+// vim:set ft=cpp:
diff --git a/TelepathyQt4/Client/ConnectionInterfaceSimplePresenceInterface b/TelepathyQt4/Client/ConnectionInterfaceSimplePresenceInterface
new file mode 100644
index 0000000..2d0c29a
--- /dev/null
+++ b/TelepathyQt4/Client/ConnectionInterfaceSimplePresenceInterface
@@ -0,0 +1,7 @@
+#ifndef _TelepathyQt4_Client_ConnectionInterfaceSimplePresenceInterface_HEADER_GUARD_
+#define _TelepathyQt4_Client_ConnectionInterfaceSimplePresenceInterface_HEADER_GUARD_
+
+#include <TelepathyQt4/Client/connection.h>
+
+#endif
+// vim:set ft=cpp:
diff --git a/TelepathyQt4/Client/ConnectionManagerInterface b/TelepathyQt4/Client/ConnectionManagerInterface
new file mode 100644
index 0000000..9146f06
--- /dev/null
+++ b/TelepathyQt4/Client/ConnectionManagerInterface
@@ -0,0 +1,7 @@
+#ifndef _TelepathyQt4_Client_ConnectionManagerInterface_HEADER_GUARD_
+#define _TelepathyQt4_Client_ConnectionManagerInterface_HEADER_GUARD_
+
+#include <TelepathyQt4/Client/connection-manager.h>
+
+#endif
+// vim:set ft=cpp:
diff --git a/TelepathyQt4/Client/DBusDaemonInterface b/TelepathyQt4/Client/DBusDaemonInterface
new file mode 100644
index 0000000..3a9de0b
--- /dev/null
+++ b/TelepathyQt4/Client/DBusDaemonInterface
@@ -0,0 +1,7 @@
+#ifndef _TelepathyQt4_Client_DBusDaemonInterface_HEADER_GUARD_
+#define _TelepathyQt4_Client_DBusDaemonInterface_HEADER_GUARD_
+
+#include <TelepathyQt4/Client/dbus.h>
+
+#endif
+// vim:set ft=cpp:
diff --git a/TelepathyQt4/Client/IntrospectableInterface b/TelepathyQt4/Client/IntrospectableInterface
new file mode 100644
index 0000000..16ac3f1
--- /dev/null
+++ b/TelepathyQt4/Client/IntrospectableInterface
@@ -0,0 +1,7 @@
+#ifndef _TelepathyQt4_Client_IntrospectableInterface_HEADER_GUARD_
+#define _TelepathyQt4_Client_IntrospectableInterface_HEADER_GUARD_
+
+#include <TelepathyQt4/Client/dbus.h>
+
+#endif
+// vim:set ft=cpp:
diff --git a/TelepathyQt4/Client/MediaSessionHandlerInterface b/TelepathyQt4/Client/MediaSessionHandlerInterface
new file mode 100644
index 0000000..43ef02b
--- /dev/null
+++ b/TelepathyQt4/Client/MediaSessionHandlerInterface
@@ -0,0 +1,7 @@
+#ifndef _TelepathyQt4_Client_MediaSessionHandlerInterface_HEADER_GUARD_
+#define _TelepathyQt4_Client_MediaSessionHandlerInterface_HEADER_GUARD_
+
+#include <TelepathyQt4/Client/media-session-handler.h>
+
+#endif
+// vim:set ft=cpp:
diff --git a/TelepathyQt4/Client/MediaStreamHandlerInterface b/TelepathyQt4/Client/MediaStreamHandlerInterface
new file mode 100644
index 0000000..af1dc2e
--- /dev/null
+++ b/TelepathyQt4/Client/MediaStreamHandlerInterface
@@ -0,0 +1,7 @@
+#ifndef _TelepathyQt4_Client_MediaStreamHandlerInterface_HEADER_GUARD_
+#define _TelepathyQt4_Client_MediaStreamHandlerInterface_HEADER_GUARD_
+
+#include <TelepathyQt4/Client/media-stream-handler.h>
+
+#endif
+// vim:set ft=cpp:
diff --git a/TelepathyQt4/Client/PeerInterface b/TelepathyQt4/Client/PeerInterface
new file mode 100644
index 0000000..9721103
--- /dev/null
+++ b/TelepathyQt4/Client/PeerInterface
@@ -0,0 +1,7 @@
+#ifndef _TelepathyQt4_Client_PeerInterface_HEADER_GUARD_
+#define _TelepathyQt4_Client_PeerInterface_HEADER_GUARD_
+
+#include <TelepathyQt4/Client/dbus.h>
+
+#endif
+// vim:set ft=cpp:
diff --git a/TelepathyQt4/Client/PropertiesInterface b/TelepathyQt4/Client/PropertiesInterface
new file mode 100644
index 0000000..b413c4c
--- /dev/null
+++ b/TelepathyQt4/Client/PropertiesInterface
@@ -0,0 +1,7 @@
+#ifndef _TelepathyQt4_Client_PropertiesInterface_HEADER_GUARD_
+#define _TelepathyQt4_Client_PropertiesInterface_HEADER_GUARD_
+
+#include <TelepathyQt4/Client/dbus.h>
+
+#endif
+// vim:set ft=cpp:
diff --git a/TelepathyQt4/Client/PropertiesInterfaceInterface b/TelepathyQt4/Client/PropertiesInterfaceInterface
new file mode 100644
index 0000000..555c9ac
--- /dev/null
+++ b/TelepathyQt4/Client/PropertiesInterfaceInterface
@@ -0,0 +1,7 @@
+#ifndef _TelepathyQt4_Client_PropertiesInterfaceInterface_HEADER_GUARD_
+#define _TelepathyQt4_Client_PropertiesInterfaceInterface_HEADER_GUARD_
+
+#include <TelepathyQt4/Client/properties.h>
+
+#endif
+// vim:set ft=cpp:
diff --git a/TelepathyQt4/Makefile.am b/TelepathyQt4/Makefile.am
index 4c71f23..9431cef 100644
--- a/TelepathyQt4/Makefile.am
+++ b/TelepathyQt4/Makefile.am
@@ -113,6 +113,37 @@ tpqt4clientinclude_HEADERS = \
     Client/Properties \
     Client/StatelessDBusProxy \
     Client/StatefulDBusProxy \
+    Client/AccountInterface \
+    Client/AccountManagerInterface \
+    Client/ChannelInterface \
+    Client/ChannelInterfaceCallStateInterface \
+    Client/ChannelInterfaceChatStateInterface \
+    Client/ChannelInterfaceDTMFInterface \
+    Client/ChannelInterfaceGroupInterface \
+    Client/ChannelInterfaceHoldInterface \
+    Client/ChannelInterfaceMediaSignallingInterface \
+    Client/ChannelInterfacePasswordInterface \
+    Client/ChannelTypeContactListInterface \
+    Client/ChannelTypeRoomListInterface \
+    Client/ChannelTypeStreamedMediaInterface \
+    Client/ChannelTypeTextInterface \
+    Client/ChannelTypeTubesInterface \
+    Client/ConnectionInterface \
+    Client/ConnectionInterfaceAliasingInterface \
+    Client/ConnectionInterfaceAvatarsInterface \
+    Client/ConnectionInterfaceCapabilitiesInterface \
+    Client/ConnectionInterfaceContactsInterface \
+    Client/ConnectionInterfacePresenceInterface \
+    Client/ConnectionInterfaceRequestsInterface \
+    Client/ConnectionInterfaceSimplePresenceInterface \
+    Client/ConnectionManagerInterface \
+    Client/DBusDaemonInterface \
+    Client/IntrospectableInterface \
+    Client/MediaSessionHandlerInterface \
+    Client/MediaStreamHandlerInterface \
+    Client/PeerInterface \
+    Client/PropertiesInterface \
+    Client/PropertiesInterfaceInterface \
     Client/account.h \
     Client/account-manager.h \
     Client/channel.h \
-- 
1.5.6.5




More information about the Telepathy-commits mailing list