X-Git-Url: http://git.maemo.org/git/?p=vicar;a=blobdiff_plain;f=src%2Fvicar-lib%2Fsrc%2Faccountcompatproxy.h;fp=src%2Fvicar-lib%2Fsrc%2Faccountcompatproxy.h;h=024eba66b783c78b570e3945b193d626d854db82;hp=0000000000000000000000000000000000000000;hb=11d5c26f3a622a0fc32f9cb89e1658846201af4d;hpb=40b1207a3eb33b54e8ac780cabd4a68f7931f248 diff --git a/src/vicar-lib/src/accountcompatproxy.h b/src/vicar-lib/src/accountcompatproxy.h new file mode 100644 index 0000000..024eba6 --- /dev/null +++ b/src/vicar-lib/src/accountcompatproxy.h @@ -0,0 +1,58 @@ +/* + * This file was generated by qdbusxml2cpp version 0.7 + * Command line was: qdbusxml2cpp -c AccountCompatProxy -p accountcompatproxy.h:accountcompatproxy.cpp org.freedesktop.Telepathy.Account.xml com.nokia.Account.Interface.Compat + * + * 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 ACCOUNTCOMPATPROXY_H_1281150160 +#define ACCOUNTCOMPATPROXY_H_1281150160 + +#include +#include +#include +#include +#include +#include +#include +#include + +/* + * Proxy class for interface com.nokia.Account.Interface.Compat + */ +class AccountCompatProxy: public QDBusAbstractInterface +{ + Q_OBJECT +public: + static inline const char *staticInterfaceName() + { return "com.nokia.Account.Interface.Compat"; } + +public: + AccountCompatProxy(const QString &service, const QString &path, const QDBusConnection &connection, QObject *parent = 0); + + ~AccountCompatProxy(); + +public Q_SLOTS: // METHODS + inline QDBusPendingReply<> SetHasBeenOnline() + { + QList argumentList; + return asyncCallWithArgumentList(QLatin1String("SetHasBeenOnline"), argumentList); + } + +Q_SIGNALS: // SIGNALS + void CompatPropertyChanged(const QVariantMap &in0); +}; + +namespace com { + namespace nokia { + namespace Account { + namespace Interface { + typedef ::AccountCompatProxy Compat; + } + } + } +} +#endif