~ubuntu-branches/ubuntu/wily/tora/wily-proposed

« back to all changes in this revision

Viewing changes to src/moc_toconnectionpool.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Michael Meskes
  • Date: 2009-04-07 13:16:05 UTC
  • mfrom: (1.2.7 upstream) (3.1.3 sid)
  • Revision ID: james.westby@ubuntu.com-20090407131605-u422yigfv7jgg0l0
Tags: 2.0.0-3
* Cleaned up packaging a little bit.
* Added homepage information to control file.
* Bumped Standards-Version to 3.8.1.
* Released to unstable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/****************************************************************************
 
2
** Meta object code from reading C++ file 'toconnectionpool.h'
 
3
**
 
4
** Created: Mon Nov 3 14:34:33 2008
 
5
**      by: The Qt Meta Object Compiler version 59 (Qt 4.4.0)
 
6
**
 
7
** WARNING! All changes made in this file will be lost!
 
8
*****************************************************************************/
 
9
 
 
10
#include "toconnectionpool.h"
 
11
#if !defined(Q_MOC_OUTPUT_REVISION)
 
12
#error "The header file 'toconnectionpool.h' doesn't include <QObject>."
 
13
#elif Q_MOC_OUTPUT_REVISION != 59
 
14
#error "This file was generated using the moc from 4.4.0. 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_toConnectionPoolTest[] = {
 
21
 
 
22
 // content:
 
23
       1,       // revision
 
24
       0,       // classname
 
25
       0,    0, // classinfo
 
26
       1,   10, // methods
 
27
       0,    0, // properties
 
28
       0,    0, // enums/sets
 
29
 
 
30
 // slots: signature, parameters, type, tag, flags
 
31
      22,   21,   21,   21, 0x08,
 
32
 
 
33
       0        // eod
 
34
};
 
35
 
 
36
static const char qt_meta_stringdata_toConnectionPoolTest[] = {
 
37
    "toConnectionPoolTest\0\0test()\0"
 
38
};
 
39
 
 
40
const QMetaObject toConnectionPoolTest::staticMetaObject = {
 
41
    { &QThread::staticMetaObject, qt_meta_stringdata_toConnectionPoolTest,
 
42
      qt_meta_data_toConnectionPoolTest, 0 }
 
43
};
 
44
 
 
45
const QMetaObject *toConnectionPoolTest::metaObject() const
 
46
{
 
47
    return &staticMetaObject;
 
48
}
 
49
 
 
50
void *toConnectionPoolTest::qt_metacast(const char *_clname)
 
51
{
 
52
    if (!_clname) return 0;
 
53
    if (!strcmp(_clname, qt_meta_stringdata_toConnectionPoolTest))
 
54
        return static_cast<void*>(const_cast< toConnectionPoolTest*>(this));
 
55
    return QThread::qt_metacast(_clname);
 
56
}
 
57
 
 
58
int toConnectionPoolTest::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
 
59
{
 
60
    _id = QThread::qt_metacall(_c, _id, _a);
 
61
    if (_id < 0)
 
62
        return _id;
 
63
    if (_c == QMetaObject::InvokeMetaMethod) {
 
64
        switch (_id) {
 
65
        case 0: test(); break;
 
66
        }
 
67
        _id -= 1;
 
68
    }
 
69
    return _id;
 
70
}
 
71
static const uint qt_meta_data_toConnectionPoolExec[] = {
 
72
 
 
73
 // content:
 
74
       1,       // revision
 
75
       0,       // classname
 
76
       0,    0, // classinfo
 
77
       0,    0, // methods
 
78
       0,    0, // properties
 
79
       0,    0, // enums/sets
 
80
 
 
81
       0        // eod
 
82
};
 
83
 
 
84
static const char qt_meta_stringdata_toConnectionPoolExec[] = {
 
85
    "toConnectionPoolExec\0"
 
86
};
 
87
 
 
88
const QMetaObject toConnectionPoolExec::staticMetaObject = {
 
89
    { &toRunnable::staticMetaObject, qt_meta_stringdata_toConnectionPoolExec,
 
90
      qt_meta_data_toConnectionPoolExec, 0 }
 
91
};
 
92
 
 
93
const QMetaObject *toConnectionPoolExec::metaObject() const
 
94
{
 
95
    return &staticMetaObject;
 
96
}
 
97
 
 
98
void *toConnectionPoolExec::qt_metacast(const char *_clname)
 
99
{
 
100
    if (!_clname) return 0;
 
101
    if (!strcmp(_clname, qt_meta_stringdata_toConnectionPoolExec))
 
102
        return static_cast<void*>(const_cast< toConnectionPoolExec*>(this));
 
103
    return toRunnable::qt_metacast(_clname);
 
104
}
 
105
 
 
106
int toConnectionPoolExec::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
 
107
{
 
108
    _id = toRunnable::qt_metacall(_c, _id, _a);
 
109
    if (_id < 0)
 
110
        return _id;
 
111
    return _id;
 
112
}
 
113
static const uint qt_meta_data_toConnectionPool[] = {
 
114
 
 
115
 // content:
 
116
       1,       // revision
 
117
       0,       // classname
 
118
       0,    0, // classinfo
 
119
       0,    0, // methods
 
120
       0,    0, // properties
 
121
       0,    0, // enums/sets
 
122
 
 
123
       0        // eod
 
124
};
 
125
 
 
126
static const char qt_meta_stringdata_toConnectionPool[] = {
 
127
    "toConnectionPool\0"
 
128
};
 
129
 
 
130
const QMetaObject toConnectionPool::staticMetaObject = {
 
131
    { &QObject::staticMetaObject, qt_meta_stringdata_toConnectionPool,
 
132
      qt_meta_data_toConnectionPool, 0 }
 
133
};
 
134
 
 
135
const QMetaObject *toConnectionPool::metaObject() const
 
136
{
 
137
    return &staticMetaObject;
 
138
}
 
139
 
 
140
void *toConnectionPool::qt_metacast(const char *_clname)
 
141
{
 
142
    if (!_clname) return 0;
 
143
    if (!strcmp(_clname, qt_meta_stringdata_toConnectionPool))
 
144
        return static_cast<void*>(const_cast< toConnectionPool*>(this));
 
145
    return QObject::qt_metacast(_clname);
 
146
}
 
147
 
 
148
int toConnectionPool::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
 
149
{
 
150
    _id = QObject::qt_metacall(_c, _id, _a);
 
151
    if (_id < 0)
 
152
        return _id;
 
153
    return _id;
 
154
}
 
155
QT_END_MOC_NAMESPACE