/* * This file was generated by qdbusxml2cpp version 0.7 * Command line was: qdbusxml2cpp -c DaemonAdaptor -a daemonadaptor daemon.xml * * qdbusxml2cpp is Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies). * * This is an auto-generated file. * This file may have been hand-edited. Look for HAND-EDIT comments * before re-generating it. */ #ifndef DAEMONADAPTOR_H_1344470120 #define DAEMONADAPTOR_H_1344470120 #include #include class QByteArray; template class QList; template class QMap; class QString; class QStringList; class QVariant; /* * Adaptor class for interface com.javispedro.sowatch.Daemon */ class DaemonAdaptor: public QDBusAbstractAdaptor { Q_OBJECT Q_CLASSINFO("D-Bus Interface", "com.javispedro.sowatch.Daemon") Q_CLASSINFO("D-Bus Introspection", "" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" "") public: DaemonAdaptor(QObject *parent); virtual ~DaemonAdaptor(); public: // PROPERTIES public Q_SLOTS: // METHODS QString GetWatchStatus(const QString &watch); void Terminate(); Q_SIGNALS: // SIGNALS void WatchStatusChanged(const QString &watch, const QString &status); }; #endif