X-Git-Url: https://vcs.maemo.org/git/?a=blobdiff_plain;f=src%2Fvicar-lib%2Fsrc%2Faccountproxy.h;fp=src%2Fvicar-lib%2Fsrc%2Faccountproxy.h;h=0000000000000000000000000000000000000000;hb=38440679f13b8dc528a9aff93cbf4935011fdb22;hp=0f97df274c30a2819ec812c527a8dc4e11a29973;hpb=89f0017e6a73945ea83247472a6fa07d6ee536b5;p=vicar diff --git a/src/vicar-lib/src/accountproxy.h b/src/vicar-lib/src/accountproxy.h deleted file mode 100644 index 0f97df2..0000000 --- a/src/vicar-lib/src/accountproxy.h +++ /dev/null @@ -1,70 +0,0 @@ -/* - * This file was generated by qdbusxml2cpp version 0.7 - * Command line was: qdbusxml2cpp -c AccountProxy -p accountproxy.h:accountproxy.cpp org.freedesktop.Telepathy.Account.xml org.freedesktop.Telepathy.Account - * - * qdbusxml2cpp is Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies). - * - * This is an auto-generated file. - * Do not edit! All changes made to it will be lost. - */ - -#ifndef ACCOUNTPROXY_H_1281149702 -#define ACCOUNTPROXY_H_1281149702 - -#include -#include -#include -#include -#include -#include -#include -#include - -/* - * Proxy class for interface org.freedesktop.Telepathy.Account - */ -class AccountProxy: public QDBusAbstractInterface -{ - Q_OBJECT -public: - static inline const char *staticInterfaceName() - { return "org.freedesktop.Telepathy.Account"; } - -public: - AccountProxy(const QString &service, const QString &path, const QDBusConnection &connection, QObject *parent = 0); - - ~AccountProxy(); - -public Q_SLOTS: // METHODS - inline QDBusPendingReply<> Reconnect() - { - QList argumentList; - return asyncCallWithArgumentList(QLatin1String("Reconnect"), argumentList); - } - - inline QDBusPendingReply<> Remove() - { - QList argumentList; - return asyncCallWithArgumentList(QLatin1String("Remove"), argumentList); - } - - inline QDBusPendingReply UpdateParameters(const QVariantMap &Set, const QStringList &Unset) - { - QList argumentList; - argumentList << qVariantFromValue(Set) << qVariantFromValue(Unset); - return asyncCallWithArgumentList(QLatin1String("UpdateParameters"), argumentList); - } - -Q_SIGNALS: // SIGNALS - void AccountPropertyChanged(const QVariantMap &in0); - void Removed(); -}; - -namespace org { - namespace freedesktop { - namespace Telepathy { - typedef ::AccountProxy Account; - } - } -} -#endif