/* * This file was generated by qdbusxml2cpp version 0.7 * Command line was: qdbusxml2cpp -c MServiceMapperAdaptor -a mservicemapperadaptor.h:mservicemapperadaptor.cpp mservicefw.xml * * qdbusxml2cpp is Copyright (C) 2009 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. */ // Make doxygen skip this internal class //! \cond #ifndef MSERVICEMAPPERADAPTOR_H_1263907450 #define MSERVICEMAPPERADAPTOR_H_1263907450 #include #include class QByteArray; template class QList; template class QMap; class QString; class QStringList; class QVariant; /* * Adaptor class for interface com.nokia.MServiceFwIf */ class MServiceMapperAdaptor: public QDBusAbstractAdaptor { Q_OBJECT Q_CLASSINFO("D-Bus Interface", "com.nokia.MServiceFwIf") Q_CLASSINFO("D-Bus Introspection", "" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" "") public: MServiceMapperAdaptor(QObject *parent); virtual ~MServiceMapperAdaptor(); public: // PROPERTIES public Q_SLOTS: // METHODS QString serviceName(const QString &interfaceName); QStringList serviceNames(const QString &interfaceName); QString servicePath(const QString &interfaceName); QString interfaceName(const QString &serviceName); Q_SIGNALS: // SIGNALS void serviceAvailable(const QString &service, const QString &interface); void serviceUnavailable(const QString &service); }; #endif //! \endcond