From 9d6b9ea9997228777d3b462be1ec06779d414726 Mon Sep 17 00:00:00 2001 From: Marko Saukko Date: Thu, 22 Jan 2015 08:34:00 +0000 Subject: [PATCH] Drop autogenerated file from the git tree. Signed-off-by: Marko Saukko --- .gitignore | 1 + ssucli/ssuproxy.h | 178 ---------------------------------------------- 2 files changed, 1 insertion(+), 178 deletions(-) delete mode 100644 ssucli/ssuproxy.h diff --git a/.gitignore b/.gitignore index a3d254f..9cf57a4 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,4 @@ doc/latex /rndssucli/ssuproxy.cpp /rndssucli/ssuproxy.h /.nodocs +ssucli/ssuproxy.h diff --git a/ssucli/ssuproxy.h b/ssucli/ssuproxy.h deleted file mode 100644 index ae61d07..0000000 --- a/ssucli/ssuproxy.h +++ /dev/null @@ -1,178 +0,0 @@ -/* - * This file was generated by qdbusxml2cpp version 0.8 - * Command line was: qdbusxml2cpp -c SsuProxy -p ssucli/ssuproxy.h:ssucli/ssuproxy.cpp dbus/org.nemo.ssu.xml - * - * qdbusxml2cpp is Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies). - * - * This is an auto-generated file. - * Do not edit! All changes made to it will be lost. - */ - -#ifndef SSUPROXY_H_1383958410 -#define SSUPROXY_H_1383958410 - -#include -#include -#include -#include -#include -#include -#include -#include - -/* - * Proxy class for interface org.nemo.ssu - */ -class SsuProxy: public QDBusAbstractInterface -{ - Q_OBJECT -public: - static inline const char *staticInterfaceName() - { return "org.nemo.ssu"; } - -public: - SsuProxy(const QString &service, const QString &path, const QDBusConnection &connection, QObject *parent = 0); - - ~SsuProxy(); - -public Q_SLOTS: // METHODS - inline QDBusPendingReply<> addRepo(const QString &repo, const QString &url) - { - QList argumentList; - argumentList << QVariant::fromValue(repo) << QVariant::fromValue(url); - return asyncCallWithArgumentList(QLatin1String("addRepo"), argumentList); - } - - inline QDBusPendingReply deviceFamily() - { - QList argumentList; - return asyncCallWithArgumentList(QLatin1String("deviceFamily"), argumentList); - } - - inline QDBusPendingReply deviceMode() - { - QList argumentList; - return asyncCallWithArgumentList(QLatin1String("deviceMode"), argumentList); - } - - inline QDBusPendingReply deviceModel() - { - QList argumentList; - return asyncCallWithArgumentList(QLatin1String("deviceModel"), argumentList); - } - - inline QDBusPendingReply deviceUid() - { - QList argumentList; - return asyncCallWithArgumentList(QLatin1String("deviceUid"), argumentList); - } - - inline QDBusPendingReply deviceVariant() - { - QList argumentList; - return asyncCallWithArgumentList(QLatin1String("deviceVariant"), argumentList); - } - - inline QDBusPendingReply displayName(int type) - { - QList argumentList; - argumentList << QVariant::fromValue(type); - return asyncCallWithArgumentList(QLatin1String("displayName"), argumentList); - } - - inline QDBusPendingReply error() - { - QList argumentList; - return asyncCallWithArgumentList(QLatin1String("error"), argumentList); - } - - inline QDBusPendingReply flavour() - { - QList argumentList; - return asyncCallWithArgumentList(QLatin1String("flavour"), argumentList); - } - - inline QDBusPendingReply isRegistered() - { - QList argumentList; - return asyncCallWithArgumentList(QLatin1String("isRegistered"), argumentList); - } - - inline QDBusPendingReply lastError() - { - QList argumentList; - return asyncCallWithArgumentList(QLatin1String("lastError"), argumentList); - } - - inline QDBusPendingReply<> modifyRepo(int action, const QString &repo) - { - QList argumentList; - argumentList << QVariant::fromValue(action) << QVariant::fromValue(repo); - return asyncCallWithArgumentList(QLatin1String("modifyRepo"), argumentList); - } - - inline QDBusPendingReply<> quit() - { - QList argumentList; - return asyncCallWithArgumentList(QLatin1String("quit"), argumentList); - } - - inline QDBusPendingReply<> registerDevice(const QString &username, const QString &password) - { - QList argumentList; - argumentList << QVariant::fromValue(username) << QVariant::fromValue(password); - return asyncCallWithArgumentList(QLatin1String("registerDevice"), argumentList); - } - - inline QDBusPendingReply release(bool rnd) - { - QList argumentList; - argumentList << QVariant::fromValue(rnd); - return asyncCallWithArgumentList(QLatin1String("release"), argumentList); - } - - inline QDBusPendingReply<> setDeviceMode(int mode) - { - QList argumentList; - argumentList << QVariant::fromValue(mode); - return asyncCallWithArgumentList(QLatin1String("setDeviceMode"), argumentList); - } - - inline QDBusPendingReply<> setFlavour(const QString &flavour) - { - QList argumentList; - argumentList << QVariant::fromValue(flavour); - return asyncCallWithArgumentList(QLatin1String("setFlavour"), argumentList); - } - - inline QDBusPendingReply<> setRelease(const QString &release, bool rnd) - { - QList argumentList; - argumentList << QVariant::fromValue(release) << QVariant::fromValue(rnd); - return asyncCallWithArgumentList(QLatin1String("setRelease"), argumentList); - } - - inline QDBusPendingReply<> unregisterDevice() - { - QList argumentList; - return asyncCallWithArgumentList(QLatin1String("unregisterDevice"), argumentList); - } - - inline QDBusPendingReply<> updateRepos() - { - QList argumentList; - return asyncCallWithArgumentList(QLatin1String("updateRepos"), argumentList); - } - -Q_SIGNALS: // SIGNALS - void credentialsChanged(); - void done(); - void registrationStatusChanged(); -}; - -namespace org { - namespace nemo { - typedef ::SsuProxy ssu; - } -} -#endif