00001 #define IN_TP_QT_HEADER
00002 #include "TelepathyQt/channel-dispatcher.h"
00003
00004 namespace Tp
00005 {
00006 namespace Client
00007 {
00008
00009 ChannelDispatcherInterface::ChannelDispatcherInterface(const QString& busName, const QString& objectPath, QObject *parent)
00010 : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), QDBusConnection::sessionBus(), parent)
00011 {
00012 }
00013
00014 ChannelDispatcherInterface::ChannelDispatcherInterface(const QDBusConnection& connection, const QString& busName, const QString& objectPath, QObject *parent)
00015 : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), connection, parent)
00016 {
00017 }
00018
00019 ChannelDispatcherInterface::ChannelDispatcherInterface(Tp::DBusProxy *proxy)
00020 : Tp::AbstractInterface(proxy, staticInterfaceName())
00021 {
00022 }
00023
00024 void ChannelDispatcherInterface::invalidate(Tp::DBusProxy *proxy,
00025 const QString &error, const QString &message)
00026 {
00027
00028 Tp::AbstractInterface::invalidate(proxy, error, message);
00029 }
00030
00031 ChannelDispatcherInterfaceMessages1Interface::ChannelDispatcherInterfaceMessages1Interface(const QString& busName, const QString& objectPath, QObject *parent)
00032 : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), QDBusConnection::sessionBus(), parent)
00033 {
00034 }
00035
00036 ChannelDispatcherInterfaceMessages1Interface::ChannelDispatcherInterfaceMessages1Interface(const QDBusConnection& connection, const QString& busName, const QString& objectPath, QObject *parent)
00037 : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), connection, parent)
00038 {
00039 }
00040
00041 ChannelDispatcherInterfaceMessages1Interface::ChannelDispatcherInterfaceMessages1Interface(Tp::DBusProxy *proxy)
00042 : Tp::AbstractInterface(proxy, staticInterfaceName())
00043 {
00044 }
00045
00046 ChannelDispatcherInterfaceMessages1Interface::ChannelDispatcherInterfaceMessages1Interface(const Tp::Client::ChannelDispatcherInterface& mainInterface)
00047 : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), mainInterface.parent())
00048 {
00049 }
00050
00051 ChannelDispatcherInterfaceMessages1Interface::ChannelDispatcherInterfaceMessages1Interface(const Tp::Client::ChannelDispatcherInterface& mainInterface, QObject *parent)
00052 : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), parent)
00053 {
00054 }
00055
00056 void ChannelDispatcherInterfaceMessages1Interface::invalidate(Tp::DBusProxy *proxy,
00057 const QString &error, const QString &message)
00058 {
00059
00060 Tp::AbstractInterface::invalidate(proxy, error, message);
00061 }
00062 }
00063 }