added paired property
[profile/ivi/bluetooth-qt.git] / bluetooth-qt / moc_asyncagent.cpp
1 /****************************************************************************
2 ** Meta object code from reading C++ file 'asyncagent.h'
3 **
4 ** Created: Wed May 25 10:17:40 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 "asyncagent.h"
11 #if !defined(Q_MOC_OUTPUT_REVISION)
12 #error "The header file 'asyncagent.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_AsyncAgent[] = {
21
22  // content:
23        5,       // revision
24        0,       // classname
25        0,    0, // classinfo
26        3,   14, // methods
27        0,    0, // properties
28        0,    0, // enums/sets
29        0,    0, // constructors
30        0,       // flags
31        0,       // signalCount
32
33  // slots: signature, parameters, type, tag, flags
34       22,   12,   11,   11, 0x0a,
35       61,   53,   11,   11, 0x0a,
36       88,   80,   11,   11, 0x0a,
37
38        0        // eod
39 };
40
41 static const char qt_meta_stringdata_AsyncAgent[] = {
42     "AsyncAgent\0\0confirmed\0"
43     "replyRequestConfirmation(bool)\0passkey\0"
44     "replyPasskey(uint)\0pidCode\0"
45     "replyRequestPidCode(QString)\0"
46 };
47
48 const QMetaObject AsyncAgent::staticMetaObject = {
49     { &BluetoothBaseAgent::staticMetaObject, qt_meta_stringdata_AsyncAgent,
50       qt_meta_data_AsyncAgent, 0 }
51 };
52
53 #ifdef Q_NO_DATA_RELOCATION
54 const QMetaObject &AsyncAgent::getStaticMetaObject() { return staticMetaObject; }
55 #endif //Q_NO_DATA_RELOCATION
56
57 const QMetaObject *AsyncAgent::metaObject() const
58 {
59     return QObject::d_ptr->metaObject ? QObject::d_ptr->metaObject : &staticMetaObject;
60 }
61
62 void *AsyncAgent::qt_metacast(const char *_clname)
63 {
64     if (!_clname) return 0;
65     if (!strcmp(_clname, qt_meta_stringdata_AsyncAgent))
66         return static_cast<void*>(const_cast< AsyncAgent*>(this));
67     return BluetoothBaseAgent::qt_metacast(_clname);
68 }
69
70 int AsyncAgent::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
71 {
72     _id = BluetoothBaseAgent::qt_metacall(_c, _id, _a);
73     if (_id < 0)
74         return _id;
75     if (_c == QMetaObject::InvokeMetaMethod) {
76         switch (_id) {
77         case 0: replyRequestConfirmation((*reinterpret_cast< bool(*)>(_a[1]))); break;
78         case 1: replyPasskey((*reinterpret_cast< uint(*)>(_a[1]))); break;
79         case 2: replyRequestPidCode((*reinterpret_cast< QString(*)>(_a[1]))); break;
80         default: ;
81         }
82         _id -= 3;
83     }
84     return _id;
85 }
86 QT_END_MOC_NAMESPACE