reorganized bluetooth-qt and added declarative plugin
[profile/ivi/bluetooth-qt.git] / bluetooth-qt / moc_obexagent.cpp
1 /****************************************************************************
2 ** Meta object code from reading C++ file 'obexagent.h'
3 **
4 ** Created: Wed May 25 09:44:36 2011
5 **      by: The Qt Meta Object Compiler version 62 (Qt 4.7.2)
6 **
7 ** WARNING! All changes made in this file will be lost!
8 *****************************************************************************/
9
10 #include "obex/obexagent.h"
11 #if !defined(Q_MOC_OUTPUT_REVISION)
12 #error "The header file 'obexagent.h' doesn't include <QObject>."
13 #elif Q_MOC_OUTPUT_REVISION != 62
14 #error "This file was generated using the moc from 4.7.2. It"
15 #error "cannot be used with the include files from this version of Qt."
16 #error "(The moc has changed too much.)"
17 #endif
18
19 QT_BEGIN_MOC_NAMESPACE
20 static const uint qt_meta_data_ObexAgentAdaptor[] = {
21
22  // content:
23        5,       // revision
24        0,       // classname
25        2,   14, // classinfo
26        4,   18, // methods
27        0,    0, // properties
28        0,    0, // enums/sets
29        0,    0, // constructors
30        0,       // flags
31        0,       // signalCount
32
33  // classinfo: key, value
34       36,   17,
35      516,   52,
36
37  // slots: signature, parameters, type, tag, flags
38      542,  537,  536,  536, 0x0a,
39      579,  568,  536,  536, 0x0a,
40      627,  610,  536,  536, 0x0a,
41      664,  536,  536,  536, 0x0a,
42
43        0        // eod
44 };
45
46 static const char qt_meta_stringdata_ObexAgentAdaptor[] = {
47     "ObexAgentAdaptor\0org.openobex.Agent\0"
48     "D-Bus Interface\0"
49     "  <interface name=\"org.openobex.Agent\">\n    <method name=\"Release\""
50     "/>\n    <method name=\"Progress\">\n      <arg direction=\"in\" type=\""
51     "o\" name=\"path\"/>\n      <arg direction=\"in\" type=\"t\" name=\"tra"
52     "nsferred\"/>\n    </method>\n    <method name=\"Complete\">\n      <ar"
53     "g direction=\"in\" type=\"o\" name=\"path\"/>\n    </method>\n    <met"
54     "hod name=\"Error\">\n      <arg direction=\"in\" type=\"o\" name=\"pat"
55     "h\"/>\n      <arg direction=\"in\" type=\"s\" name=\"error\"/>\n    </"
56     "method>\n  </interface>\n\0"
57     "D-Bus Introspection\0\0path\0"
58     "Complete(QDBusObjectPath)\0path,error\0"
59     "Error(QDBusObjectPath,QString)\0"
60     "path,transferred\0Progress(QDBusObjectPath,qulonglong)\0"
61     "Release()\0"
62 };
63
64 const QMetaObject ObexAgentAdaptor::staticMetaObject = {
65     { &QDBusAbstractAdaptor::staticMetaObject, qt_meta_stringdata_ObexAgentAdaptor,
66       qt_meta_data_ObexAgentAdaptor, 0 }
67 };
68
69 #ifdef Q_NO_DATA_RELOCATION
70 const QMetaObject &ObexAgentAdaptor::getStaticMetaObject() { return staticMetaObject; }
71 #endif //Q_NO_DATA_RELOCATION
72
73 const QMetaObject *ObexAgentAdaptor::metaObject() const
74 {
75     return QObject::d_ptr->metaObject ? QObject::d_ptr->metaObject : &staticMetaObject;
76 }
77
78 void *ObexAgentAdaptor::qt_metacast(const char *_clname)
79 {
80     if (!_clname) return 0;
81     if (!strcmp(_clname, qt_meta_stringdata_ObexAgentAdaptor))
82         return static_cast<void*>(const_cast< ObexAgentAdaptor*>(this));
83     return QDBusAbstractAdaptor::qt_metacast(_clname);
84 }
85
86 int ObexAgentAdaptor::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
87 {
88     _id = QDBusAbstractAdaptor::qt_metacall(_c, _id, _a);
89     if (_id < 0)
90         return _id;
91     if (_c == QMetaObject::InvokeMetaMethod) {
92         switch (_id) {
93         case 0: Complete((*reinterpret_cast< const QDBusObjectPath(*)>(_a[1]))); break;
94         case 1: Error((*reinterpret_cast< const QDBusObjectPath(*)>(_a[1])),(*reinterpret_cast< const QString(*)>(_a[2]))); break;
95         case 2: Progress((*reinterpret_cast< const QDBusObjectPath(*)>(_a[1])),(*reinterpret_cast< qulonglong(*)>(_a[2]))); break;
96         case 3: Release(); break;
97         default: ;
98         }
99         _id -= 4;
100     }
101     return _id;
102 }
103 QT_END_MOC_NAMESPACE