added paired property
[profile/ivi/bluetooth-qt.git] / bluetooth-qt / moc_obexsession.cpp
1 /****************************************************************************
2 ** Meta object code from reading C++ file 'obexsession.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/obexsession.h"
11 #if !defined(Q_MOC_OUTPUT_REVISION)
12 #error "The header file 'obexsession.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_OrgOpenobexFileTransferInterface[] = {
21
22  // content:
23        5,       // revision
24        0,       // classname
25        0,    0, // classinfo
26        8,   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       58,   54,   34,   33, 0x0a,
35       88,   80,   34,   33, 0x0a,
36      114,   54,   34,   33, 0x0a,
37      136,   54,   34,   33, 0x0a,
38      152,   80,   34,   33, 0x0a,
39      212,   33,  177,   33, 0x0a,
40      225,   80,   34,   33, 0x0a,
41      251,   80,   34,   33, 0x0a,
42
43        0        // eod
44 };
45
46 static const char qt_meta_stringdata_OrgOpenobexFileTransferInterface[] = {
47     "OrgOpenobexFileTransferInterface\0\0"
48     "QDBusPendingReply<>\0in0\0ChangeFolder(QString)\0"
49     "in0,in1\0CopyFile(QString,QString)\0"
50     "CreateFolder(QString)\0Delete(QString)\0"
51     "GetFile(QString,QString)\0"
52     "QDBusPendingReply<QVariantMapList>\0"
53     "ListFolder()\0MoveFile(QString,QString)\0"
54     "PutFile(QString,QString)\0"
55 };
56
57 const QMetaObject OrgOpenobexFileTransferInterface::staticMetaObject = {
58     { &QDBusAbstractInterface::staticMetaObject, qt_meta_stringdata_OrgOpenobexFileTransferInterface,
59       qt_meta_data_OrgOpenobexFileTransferInterface, 0 }
60 };
61
62 #ifdef Q_NO_DATA_RELOCATION
63 const QMetaObject &OrgOpenobexFileTransferInterface::getStaticMetaObject() { return staticMetaObject; }
64 #endif //Q_NO_DATA_RELOCATION
65
66 const QMetaObject *OrgOpenobexFileTransferInterface::metaObject() const
67 {
68     return QObject::d_ptr->metaObject ? QObject::d_ptr->metaObject : &staticMetaObject;
69 }
70
71 void *OrgOpenobexFileTransferInterface::qt_metacast(const char *_clname)
72 {
73     if (!_clname) return 0;
74     if (!strcmp(_clname, qt_meta_stringdata_OrgOpenobexFileTransferInterface))
75         return static_cast<void*>(const_cast< OrgOpenobexFileTransferInterface*>(this));
76     return QDBusAbstractInterface::qt_metacast(_clname);
77 }
78
79 int OrgOpenobexFileTransferInterface::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
80 {
81     _id = QDBusAbstractInterface::qt_metacall(_c, _id, _a);
82     if (_id < 0)
83         return _id;
84     if (_c == QMetaObject::InvokeMetaMethod) {
85         switch (_id) {
86         case 0: { QDBusPendingReply<> _r = ChangeFolder((*reinterpret_cast< const QString(*)>(_a[1])));
87             if (_a[0]) *reinterpret_cast< QDBusPendingReply<>*>(_a[0]) = _r; }  break;
88         case 1: { QDBusPendingReply<> _r = CopyFile((*reinterpret_cast< const QString(*)>(_a[1])),(*reinterpret_cast< const QString(*)>(_a[2])));
89             if (_a[0]) *reinterpret_cast< QDBusPendingReply<>*>(_a[0]) = _r; }  break;
90         case 2: { QDBusPendingReply<> _r = CreateFolder((*reinterpret_cast< const QString(*)>(_a[1])));
91             if (_a[0]) *reinterpret_cast< QDBusPendingReply<>*>(_a[0]) = _r; }  break;
92         case 3: { QDBusPendingReply<> _r = Delete((*reinterpret_cast< const QString(*)>(_a[1])));
93             if (_a[0]) *reinterpret_cast< QDBusPendingReply<>*>(_a[0]) = _r; }  break;
94         case 4: { QDBusPendingReply<> _r = GetFile((*reinterpret_cast< const QString(*)>(_a[1])),(*reinterpret_cast< const QString(*)>(_a[2])));
95             if (_a[0]) *reinterpret_cast< QDBusPendingReply<>*>(_a[0]) = _r; }  break;
96         case 5: { QDBusPendingReply<QVariantMapList> _r = ListFolder();
97             if (_a[0]) *reinterpret_cast< QDBusPendingReply<QVariantMapList>*>(_a[0]) = _r; }  break;
98         case 6: { QDBusPendingReply<> _r = MoveFile((*reinterpret_cast< const QString(*)>(_a[1])),(*reinterpret_cast< const QString(*)>(_a[2])));
99             if (_a[0]) *reinterpret_cast< QDBusPendingReply<>*>(_a[0]) = _r; }  break;
100         case 7: { QDBusPendingReply<> _r = PutFile((*reinterpret_cast< const QString(*)>(_a[1])),(*reinterpret_cast< const QString(*)>(_a[2])));
101             if (_a[0]) *reinterpret_cast< QDBusPendingReply<>*>(_a[0]) = _r; }  break;
102         default: ;
103         }
104         _id -= 8;
105     }
106     return _id;
107 }
108 static const uint qt_meta_data_OrgOpenobexSessionInterface[] = {
109
110  // content:
111        5,       // revision
112        0,       // classname
113        0,    0, // classinfo
114        4,   14, // methods
115        0,    0, // properties
116        0,    0, // enums/sets
117        0,    0, // constructors
118        0,       // flags
119        0,       // signalCount
120
121  // slots: signature, parameters, type, tag, flags
122       53,   49,   29,   28, 0x0a,
123       82,   28,   29,   28, 0x0a,
124      121,   28,   90,   28, 0x0a,
125      137,   49,   29,   28, 0x0a,
126
127        0        // eod
128 };
129
130 static const char qt_meta_stringdata_OrgOpenobexSessionInterface[] = {
131     "OrgOpenobexSessionInterface\0\0"
132     "QDBusPendingReply<>\0in0\0"
133     "AssignAgent(QDBusObjectPath)\0Close()\0"
134     "QDBusPendingReply<QVariantMap>\0"
135     "GetProperties()\0ReleaseAgent(QDBusObjectPath)\0"
136 };
137
138 const QMetaObject OrgOpenobexSessionInterface::staticMetaObject = {
139     { &QDBusAbstractInterface::staticMetaObject, qt_meta_stringdata_OrgOpenobexSessionInterface,
140       qt_meta_data_OrgOpenobexSessionInterface, 0 }
141 };
142
143 #ifdef Q_NO_DATA_RELOCATION
144 const QMetaObject &OrgOpenobexSessionInterface::getStaticMetaObject() { return staticMetaObject; }
145 #endif //Q_NO_DATA_RELOCATION
146
147 const QMetaObject *OrgOpenobexSessionInterface::metaObject() const
148 {
149     return QObject::d_ptr->metaObject ? QObject::d_ptr->metaObject : &staticMetaObject;
150 }
151
152 void *OrgOpenobexSessionInterface::qt_metacast(const char *_clname)
153 {
154     if (!_clname) return 0;
155     if (!strcmp(_clname, qt_meta_stringdata_OrgOpenobexSessionInterface))
156         return static_cast<void*>(const_cast< OrgOpenobexSessionInterface*>(this));
157     return QDBusAbstractInterface::qt_metacast(_clname);
158 }
159
160 int OrgOpenobexSessionInterface::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
161 {
162     _id = QDBusAbstractInterface::qt_metacall(_c, _id, _a);
163     if (_id < 0)
164         return _id;
165     if (_c == QMetaObject::InvokeMetaMethod) {
166         switch (_id) {
167         case 0: { QDBusPendingReply<> _r = AssignAgent((*reinterpret_cast< const QDBusObjectPath(*)>(_a[1])));
168             if (_a[0]) *reinterpret_cast< QDBusPendingReply<>*>(_a[0]) = _r; }  break;
169         case 1: { QDBusPendingReply<> _r = Close();
170             if (_a[0]) *reinterpret_cast< QDBusPendingReply<>*>(_a[0]) = _r; }  break;
171         case 2: { QDBusPendingReply<QVariantMap> _r = GetProperties();
172             if (_a[0]) *reinterpret_cast< QDBusPendingReply<QVariantMap>*>(_a[0]) = _r; }  break;
173         case 3: { QDBusPendingReply<> _r = ReleaseAgent((*reinterpret_cast< const QDBusObjectPath(*)>(_a[1])));
174             if (_a[0]) *reinterpret_cast< QDBusPendingReply<>*>(_a[0]) = _r; }  break;
175         default: ;
176         }
177         _id -= 4;
178     }
179     return _id;
180 }
181 QT_END_MOC_NAMESPACE