moc_httpconnectionhandlerpool.cpp 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110
  1. /****************************************************************************
  2. ** Meta object code from reading C++ file 'httpconnectionhandlerpool.h'
  3. **
  4. ** Created by: The Qt Meta Object Compiler version 67 (Qt 5.3.2)
  5. **
  6. ** WARNING! All changes made in this file will be lost!
  7. *****************************************************************************/
  8. #include "../../httpserver/httpconnectionhandlerpool.h"
  9. #include <QtCore/qbytearray.h>
  10. #include <QtCore/qmetatype.h>
  11. #if !defined(Q_MOC_OUTPUT_REVISION)
  12. #error "The header file 'httpconnectionhandlerpool.h' doesn't include <QObject>."
  13. #elif Q_MOC_OUTPUT_REVISION != 67
  14. #error "This file was generated using the moc from 5.3.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. QT_BEGIN_MOC_NAMESPACE
  19. struct qt_meta_stringdata_stefanfrings__HttpConnectionHandlerPool_t {
  20. QByteArrayData data[3];
  21. char stringdata[49];
  22. };
  23. #define QT_MOC_LITERAL(idx, ofs, len) \
  24. Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \
  25. qptrdiff(offsetof(qt_meta_stringdata_stefanfrings__HttpConnectionHandlerPool_t, stringdata) + ofs \
  26. - idx * sizeof(QByteArrayData)) \
  27. )
  28. static const qt_meta_stringdata_stefanfrings__HttpConnectionHandlerPool_t qt_meta_stringdata_stefanfrings__HttpConnectionHandlerPool = {
  29. {
  30. QT_MOC_LITERAL(0, 0, 39),
  31. QT_MOC_LITERAL(1, 40, 7),
  32. QT_MOC_LITERAL(2, 48, 0)
  33. },
  34. "stefanfrings::HttpConnectionHandlerPool\0"
  35. "cleanup\0"
  36. };
  37. #undef QT_MOC_LITERAL
  38. static const uint qt_meta_data_stefanfrings__HttpConnectionHandlerPool[] = {
  39. // content:
  40. 7, // revision
  41. 0, // classname
  42. 0, 0, // classinfo
  43. 1, 14, // methods
  44. 0, 0, // properties
  45. 0, 0, // enums/sets
  46. 0, 0, // constructors
  47. 0, // flags
  48. 0, // signalCount
  49. // slots: name, argc, parameters, tag, flags
  50. 1, 0, 19, 2, 0x08 /* Private */,
  51. // slots: parameters
  52. QMetaType::Void,
  53. 0 // eod
  54. };
  55. void stefanfrings::HttpConnectionHandlerPool::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
  56. {
  57. if (_c == QMetaObject::InvokeMetaMethod) {
  58. HttpConnectionHandlerPool *_t = static_cast<HttpConnectionHandlerPool *>(_o);
  59. switch (_id) {
  60. case 0: _t->cleanup(); break;
  61. default: ;
  62. }
  63. }
  64. Q_UNUSED(_a);
  65. }
  66. const QMetaObject stefanfrings::HttpConnectionHandlerPool::staticMetaObject = {
  67. { &QObject::staticMetaObject, qt_meta_stringdata_stefanfrings__HttpConnectionHandlerPool.data,
  68. qt_meta_data_stefanfrings__HttpConnectionHandlerPool, qt_static_metacall, 0, 0}
  69. };
  70. const QMetaObject *stefanfrings::HttpConnectionHandlerPool::metaObject() const
  71. {
  72. return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
  73. }
  74. void *stefanfrings::HttpConnectionHandlerPool::qt_metacast(const char *_clname)
  75. {
  76. if (!_clname) return 0;
  77. if (!strcmp(_clname, qt_meta_stringdata_stefanfrings__HttpConnectionHandlerPool.stringdata))
  78. return static_cast<void*>(const_cast< HttpConnectionHandlerPool*>(this));
  79. return QObject::qt_metacast(_clname);
  80. }
  81. int stefanfrings::HttpConnectionHandlerPool::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
  82. {
  83. _id = QObject::qt_metacall(_c, _id, _a);
  84. if (_id < 0)
  85. return _id;
  86. if (_c == QMetaObject::InvokeMetaMethod) {
  87. if (_id < 1)
  88. qt_static_metacall(this, _c, _id, _a);
  89. _id -= 1;
  90. } else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
  91. if (_id < 1)
  92. *reinterpret_cast<int*>(_a[0]) = -1;
  93. _id -= 1;
  94. }
  95. return _id;
  96. }
  97. QT_END_MOC_NAMESPACE