aboutsummaryrefslogtreecommitdiff
path: root/examples/servicefw/provider/serviceif/textprocessorinterface/textprocessorinterfaceproxy.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/servicefw/provider/serviceif/textprocessorinterface/textprocessorinterfaceproxy.h')
-rw-r--r--examples/servicefw/provider/serviceif/textprocessorinterface/textprocessorinterfaceproxy.h54
1 files changed, 54 insertions, 0 deletions
diff --git a/examples/servicefw/provider/serviceif/textprocessorinterface/textprocessorinterfaceproxy.h b/examples/servicefw/provider/serviceif/textprocessorinterface/textprocessorinterfaceproxy.h
new file mode 100644
index 00000000..8cbc5b96
--- /dev/null
+++ b/examples/servicefw/provider/serviceif/textprocessorinterface/textprocessorinterfaceproxy.h
@@ -0,0 +1,54 @@
+/*
+ * This file was generated by qdbusxml2cpp version 0.7
+ * Command line was: qdbusxml2cpp -c TextProcessorInterfaceProxy -p textprocessorinterfaceproxy com.nokia.TextProcessorInterface-22923.xml
+ *
+ * qdbusxml2cpp is Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
+ *
+ * This is an auto-generated file.
+ * Do not edit! All changes made to it will be lost.
+ */
+
+#ifndef TEXTPROCESSORINTERFACEPROXY_H_1267631607
+#define TEXTPROCESSORINTERFACEPROXY_H_1267631607
+
+#include <QtCore/QObject>
+#include <QtCore/QByteArray>
+#include <QtCore/QList>
+#include <QtCore/QMap>
+#include <QtCore/QString>
+#include <QtCore/QStringList>
+#include <QtCore/QVariant>
+#include <QtDBus/QtDBus>
+
+/*
+ * Proxy class for interface com.nokia.TextProcessorInterface
+ */
+class TextProcessorInterfaceProxy: public QDBusAbstractInterface
+{
+ Q_OBJECT
+public:
+ static inline const char *staticInterfaceName()
+ { return "com.nokia.TextProcessorInterface"; }
+
+public:
+ TextProcessorInterfaceProxy(const QString &service, const QString &path, const QDBusConnection &connection, QObject *parent = 0);
+
+ ~TextProcessorInterfaceProxy();
+
+public Q_SLOTS: // METHODS
+ inline QDBusPendingReply<QString> reverse(const QString &message)
+ {
+ QList<QVariant> argumentList;
+ argumentList << qVariantFromValue(message);
+ return asyncCallWithArgumentList(QLatin1String("reverse"), argumentList);
+ }
+
+Q_SIGNALS: // SIGNALS
+};
+
+namespace com {
+ namespace nokia {
+ typedef ::TextProcessorInterfaceProxy TextProcessorInterface;
+ }
+}
+#endif