Roger Meier | 86e8986 | 2012-02-10 19:53:20 +0000 | [diff] [blame^] | 1 | /**************************************************************************** |
| 2 | ** Meta object code from reading C++ file 'TQTcpServer.h' |
| 3 | ** |
| 4 | ** Created: Thu Feb 9 20:47:09 2012 |
| 5 | ** by: The Qt Meta Object Compiler version 62 (Qt 4.6.3) |
| 6 | ** |
| 7 | ** WARNING! All changes made in this file will be lost! |
| 8 | *****************************************************************************/ |
| 9 | |
| 10 | #include "TQTcpServer.h" |
| 11 | #if !defined(Q_MOC_OUTPUT_REVISION) |
| 12 | #error "The header file 'TQTcpServer.h' doesn't include <QObject>." |
| 13 | #elif Q_MOC_OUTPUT_REVISION != 62 |
| 14 | #error "This file was generated using the moc from 4.6.3. 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_apache__thrift__async__TQTcpServer[] = { |
| 21 | |
| 22 | // content: |
| 23 | 4, // 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 | 36, 35, 35, 35, 0x08, |
| 35 | 54, 35, 35, 35, 0x08, |
| 36 | 68, 35, 35, 35, 0x08, |
| 37 | |
| 38 | 0 // eod |
| 39 | }; |
| 40 | |
| 41 | static const char qt_meta_stringdata_apache__thrift__async__TQTcpServer[] = { |
| 42 | "apache::thrift::async::TQTcpServer\0\0" |
| 43 | "processIncoming()\0beginDecode()\0" |
| 44 | "socketClosed()\0" |
| 45 | }; |
| 46 | |
| 47 | const QMetaObject apache::thrift::async::TQTcpServer::staticMetaObject = { |
| 48 | { &QObject::staticMetaObject, qt_meta_stringdata_apache__thrift__async__TQTcpServer, |
| 49 | qt_meta_data_apache__thrift__async__TQTcpServer, 0 } |
| 50 | }; |
| 51 | |
| 52 | #ifdef Q_NO_DATA_RELOCATION |
| 53 | const QMetaObject &apache::thrift::async::TQTcpServer::getStaticMetaObject() { return staticMetaObject; } |
| 54 | #endif //Q_NO_DATA_RELOCATION |
| 55 | |
| 56 | const QMetaObject *apache::thrift::async::TQTcpServer::metaObject() const |
| 57 | { |
| 58 | return QObject::d_ptr->metaObject ? QObject::d_ptr->metaObject : &staticMetaObject; |
| 59 | } |
| 60 | |
| 61 | void *apache::thrift::async::TQTcpServer::qt_metacast(const char *_clname) |
| 62 | { |
| 63 | if (!_clname) return 0; |
| 64 | if (!strcmp(_clname, qt_meta_stringdata_apache__thrift__async__TQTcpServer)) |
| 65 | return static_cast<void*>(const_cast< TQTcpServer*>(this)); |
| 66 | return QObject::qt_metacast(_clname); |
| 67 | } |
| 68 | |
| 69 | int apache::thrift::async::TQTcpServer::qt_metacall(QMetaObject::Call _c, int _id, void **_a) |
| 70 | { |
| 71 | _id = QObject::qt_metacall(_c, _id, _a); |
| 72 | if (_id < 0) |
| 73 | return _id; |
| 74 | if (_c == QMetaObject::InvokeMetaMethod) { |
| 75 | switch (_id) { |
| 76 | case 0: processIncoming(); break; |
| 77 | case 1: beginDecode(); break; |
| 78 | case 2: socketClosed(); break; |
| 79 | default: ; |
| 80 | } |
| 81 | _id -= 3; |
| 82 | } |
| 83 | return _id; |
| 84 | } |
| 85 | QT_END_MOC_NAMESPACE |