Home · All Classes · All Namespaces · Modules · Functions · Files
cli-client-body.hpp
00001 #define IN_TELEPATHY_QT4_HEADER
00002 #include "TelepathyQt4/client.h"
00003 
00004 namespace Tp
00005 {
00006 namespace Client
00007 {
00008 
00009 ClientInterface::ClientInterface(const QString& busName, const QString& objectPath, QObject *parent)
00010     : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), QDBusConnection::sessionBus(), parent)
00011 {
00012 }
00013 
00014 ClientInterface::ClientInterface(const QDBusConnection& connection, const QString& busName, const QString& objectPath, QObject *parent)
00015     : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), connection, parent)
00016 {
00017 }
00018 
00019 ClientInterface::ClientInterface(Tp::DBusProxy *proxy)
00020     : Tp::AbstractInterface(proxy, staticInterfaceName())
00021 {
00022 }
00023 
00024 void ClientInterface::invalidate(Tp::DBusProxy *proxy,
00025         const QString &error, const QString &message)
00026 {
00027 
00028     Tp::AbstractInterface::invalidate(proxy, error, message);
00029 }
00030 
00031 ClientApproverInterface::ClientApproverInterface(const QString& busName, const QString& objectPath, QObject *parent)
00032     : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), QDBusConnection::sessionBus(), parent)
00033 {
00034 }
00035 
00036 ClientApproverInterface::ClientApproverInterface(const QDBusConnection& connection, const QString& busName, const QString& objectPath, QObject *parent)
00037     : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), connection, parent)
00038 {
00039 }
00040 
00041 ClientApproverInterface::ClientApproverInterface(Tp::DBusProxy *proxy)
00042     : Tp::AbstractInterface(proxy, staticInterfaceName())
00043 {
00044 }
00045 
00046 ClientApproverInterface::ClientApproverInterface(const Tp::Client::ClientInterface& mainInterface)
00047     : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), mainInterface.parent())
00048 {
00049 }
00050 
00051 ClientApproverInterface::ClientApproverInterface(const Tp::Client::ClientInterface& mainInterface, QObject *parent)
00052     : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), parent)
00053 {
00054 }
00055 
00056 void ClientApproverInterface::invalidate(Tp::DBusProxy *proxy,
00057         const QString &error, const QString &message)
00058 {
00059 
00060     Tp::AbstractInterface::invalidate(proxy, error, message);
00061 }
00062 
00063 ClientHandlerInterface::ClientHandlerInterface(const QString& busName, const QString& objectPath, QObject *parent)
00064     : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), QDBusConnection::sessionBus(), parent)
00065 {
00066 }
00067 
00068 ClientHandlerInterface::ClientHandlerInterface(const QDBusConnection& connection, const QString& busName, const QString& objectPath, QObject *parent)
00069     : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), connection, parent)
00070 {
00071 }
00072 
00073 ClientHandlerInterface::ClientHandlerInterface(Tp::DBusProxy *proxy)
00074     : Tp::AbstractInterface(proxy, staticInterfaceName())
00075 {
00076 }
00077 
00078 ClientHandlerInterface::ClientHandlerInterface(const Tp::Client::ClientInterface& mainInterface)
00079     : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), mainInterface.parent())
00080 {
00081 }
00082 
00083 ClientHandlerInterface::ClientHandlerInterface(const Tp::Client::ClientInterface& mainInterface, QObject *parent)
00084     : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), parent)
00085 {
00086 }
00087 
00088 void ClientHandlerInterface::invalidate(Tp::DBusProxy *proxy,
00089         const QString &error, const QString &message)
00090 {
00091 
00092     Tp::AbstractInterface::invalidate(proxy, error, message);
00093 }
00094 
00095 ClientInterfaceRequestsInterface::ClientInterfaceRequestsInterface(const QString& busName, const QString& objectPath, QObject *parent)
00096     : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), QDBusConnection::sessionBus(), parent)
00097 {
00098 }
00099 
00100 ClientInterfaceRequestsInterface::ClientInterfaceRequestsInterface(const QDBusConnection& connection, const QString& busName, const QString& objectPath, QObject *parent)
00101     : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), connection, parent)
00102 {
00103 }
00104 
00105 ClientInterfaceRequestsInterface::ClientInterfaceRequestsInterface(Tp::DBusProxy *proxy)
00106     : Tp::AbstractInterface(proxy, staticInterfaceName())
00107 {
00108 }
00109 
00110 ClientInterfaceRequestsInterface::ClientInterfaceRequestsInterface(const Tp::Client::ClientInterface& mainInterface)
00111     : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), mainInterface.parent())
00112 {
00113 }
00114 
00115 ClientInterfaceRequestsInterface::ClientInterfaceRequestsInterface(const Tp::Client::ClientInterface& mainInterface, QObject *parent)
00116     : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), parent)
00117 {
00118 }
00119 
00120 void ClientInterfaceRequestsInterface::invalidate(Tp::DBusProxy *proxy,
00121         const QString &error, const QString &message)
00122 {
00123 
00124     Tp::AbstractInterface::invalidate(proxy, error, message);
00125 }
00126 
00127 ClientObserverInterface::ClientObserverInterface(const QString& busName, const QString& objectPath, QObject *parent)
00128     : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), QDBusConnection::sessionBus(), parent)
00129 {
00130 }
00131 
00132 ClientObserverInterface::ClientObserverInterface(const QDBusConnection& connection, const QString& busName, const QString& objectPath, QObject *parent)
00133     : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), connection, parent)
00134 {
00135 }
00136 
00137 ClientObserverInterface::ClientObserverInterface(Tp::DBusProxy *proxy)
00138     : Tp::AbstractInterface(proxy, staticInterfaceName())
00139 {
00140 }
00141 
00142 ClientObserverInterface::ClientObserverInterface(const Tp::Client::ClientInterface& mainInterface)
00143     : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), mainInterface.parent())
00144 {
00145 }
00146 
00147 ClientObserverInterface::ClientObserverInterface(const Tp::Client::ClientInterface& mainInterface, QObject *parent)
00148     : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), parent)
00149 {
00150 }
00151 
00152 void ClientObserverInterface::invalidate(Tp::DBusProxy *proxy,
00153         const QString &error, const QString &message)
00154 {
00155 
00156     Tp::AbstractInterface::invalidate(proxy, error, message);
00157 }
00158 }
00159 }


Copyright © 2008-2011 Collabora Ltd. and Nokia Corporation
Telepathy-Qt4 0.6.5