/* * This file was generated by qdbusxml2cpp version 0.7 * Command line was: qdbusxml2cpp -a obex_agent_p.h:obex_agent.cpp org.openobex.agent.xml * * Copyright (C) 2013 Digia Plc 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 OBEX_AGENT_P_H_1291359033 #define OBEX_AGENT_P_H_1291359033 #include #include QT_BEGIN_NAMESPACE class QByteArray; template class QList; template class QMap; class QString; class QStringList; class QVariant; QT_END_NAMESPACE /* * Adaptor class for interface org.openobex.Agent */ class AgentAdaptor: public QDBusAbstractAdaptor { Q_OBJECT Q_CLASSINFO("D-Bus Interface", "org.openobex.Agent") Q_CLASSINFO("D-Bus Introspection", "" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" "") public: AgentAdaptor(QObject *parent); virtual ~AgentAdaptor(); public: // PROPERTIES public Q_SLOTS: // METHODS void Complete(const QDBusObjectPath &in0); void Error(const QDBusObjectPath &in0, const QString &in1); void Progress(const QDBusObjectPath &in0, qulonglong in1); void Release(); QString Request(const QDBusObjectPath &in0); Q_SIGNALS: // SIGNALS }; #endif