summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/bluez/obex_agent_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/bluetooth/bluez/obex_agent_p.h')
-rw-r--r--src/bluetooth/bluez/obex_agent_p.h65
1 files changed, 65 insertions, 0 deletions
diff --git a/src/bluetooth/bluez/obex_agent_p.h b/src/bluetooth/bluez/obex_agent_p.h
new file mode 100644
index 00000000..11630093
--- /dev/null
+++ b/src/bluetooth/bluez/obex_agent_p.h
@@ -0,0 +1,65 @@
+/*
+ * 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
+ *
+ * qdbusxml2cpp is Copyright (C) 2010 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 OBEX_AGENT_P_H_1291359033
+#define OBEX_AGENT_P_H_1291359033
+
+#include <QtCore/QObject>
+#include <QtDBus/QtDBus>
+class QByteArray;
+template<class T> class QList;
+template<class Key, class Value> class QMap;
+class QString;
+class QStringList;
+class QVariant;
+
+/*
+ * 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", ""
+" <interface name=\"org.openobex.Agent\">\n"
+" <method name=\"Release\"/>\n"
+" <method name=\"Request\">\n"
+" <arg direction=\"in\" type=\"o\"/>\n"
+" <arg direction=\"out\" type=\"s\"/>\n"
+" </method>\n"
+" <method name=\"Progress\">\n"
+" <arg direction=\"in\" type=\"o\"/>\n"
+" <arg direction=\"in\" type=\"t\"/>\n"
+" </method>\n"
+" <method name=\"Complete\">\n"
+" <arg direction=\"in\" type=\"o\"/>\n"
+" </method>\n"
+" <method name=\"Error\">\n"
+" <arg direction=\"in\" type=\"o\"/>\n"
+" <arg direction=\"in\" type=\"s\"/>\n"
+" </method>\n"
+" </interface>\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