|
From: <dhu...@us...> - 2006-11-29 12:44:09
|
Revision: 19
http://svn.sourceforge.net/qcell/?rev=19&view=rev
Author: dhubleizh
Date: 2006-11-29 04:44:00 -0800 (Wed, 29 Nov 2006)
Log Message:
-----------
- no more output files!
- no more moc files!
Removed Paths:
-------------
trunk/qcell/client/GeneratedFiles/Debug/moc_Client.cpp
trunk/qcell/client/GeneratedFiles/Release/moc_Client.cpp
trunk/qcell/messages/GeneratedFiles/Debug/moc_MasterServer.cpp
trunk/qcell/messages/GeneratedFiles/Debug/moc_MasterServerInterface.cpp
trunk/qcell/messages/GeneratedFiles/Debug/moc_MasterServerPlugin.cpp
trunk/qcell/messages/GeneratedFiles/Debug/moc_messages.cpp
trunk/qcell/messages/GeneratedFiles/Release/moc_MasterServer.cpp
trunk/qcell/messages/GeneratedFiles/Release/moc_MasterServerInterface.cpp
trunk/qcell/messages/GeneratedFiles/Release/moc_MasterServerPlugin.cpp
trunk/qcell/messages/GeneratedFiles/Release/moc_messages.cpp
trunk/qcell/requests/GeneratedFiles/Debug/moc_MasterServerInterface.cpp
trunk/qcell/requests/GeneratedFiles/Debug/moc_MasterServerPlugin.cpp
trunk/qcell/requests/GeneratedFiles/Debug/moc_requests.cpp
trunk/qcell/requests/GeneratedFiles/Release/moc_MasterServerInterface.cpp
trunk/qcell/requests/GeneratedFiles/Release/moc_MasterServerPlugin.cpp
trunk/qcell/requests/GeneratedFiles/Release/moc_requests.cpp
trunk/qcell/server/GeneratedFiles/Debug/moc_MasterServer.cpp
trunk/qcell/server/GeneratedFiles/Debug/moc_MasterServerInterface.cpp
trunk/qcell/server/GeneratedFiles/Debug/moc_MasterServerPlugin.cpp
trunk/qcell/server/GeneratedFiles/Release/moc_MasterServer.cpp
trunk/qcell/server/GeneratedFiles/Release/moc_MasterServerInterface.cpp
trunk/qcell/server/GeneratedFiles/Release/moc_MasterServerPlugin.cpp
Deleted: trunk/qcell/client/GeneratedFiles/Debug/moc_Client.cpp
===================================================================
--- trunk/qcell/client/GeneratedFiles/Debug/moc_Client.cpp 2006-11-29 12:02:27 UTC (rev 18)
+++ trunk/qcell/client/GeneratedFiles/Debug/moc_Client.cpp 2006-11-29 12:44:00 UTC (rev 19)
@@ -1,117 +0,0 @@
-/****************************************************************************
-** Meta object code from reading C++ file 'Client.h'
-**
-** Created: Sun 29. Oct 11:57:31 2006
-** by: The Qt Meta Object Compiler version 59 (Qt 4.2.1)
-**
-** WARNING! All changes made in this file will be lost!
-*****************************************************************************/
-
-#include "../../../baseheaders/Client.h"
-#if !defined(Q_MOC_OUTPUT_REVISION)
-#error "The header file 'Client.h' doesn't include <QObject>."
-#elif Q_MOC_OUTPUT_REVISION != 59
-#error "This file was generated using the moc from 4.2.1. It"
-#error "cannot be used with the include files from this version of Qt."
-#error "(The moc has changed too much.)"
-#endif
-
-static const uint qt_meta_data_Client[] = {
-
- // content:
- 1, // revision
- 0, // classname
- 0, 0, // classinfo
- 8, 10, // methods
- 0, 0, // properties
- 0, 0, // enums/sets
-
- // signals: signature, parameters, type, tag, flags
- 8, 7, 7, 7, 0x05,
- 15, 7, 7, 7, 0x05,
- 34, 7, 7, 7, 0x05,
- 52, 7, 7, 7, 0x05,
- 74, 7, 7, 7, 0x05,
-
- // slots: signature, parameters, type, tag, flags
- 93, 7, 7, 7, 0x09,
- 111, 7, 7, 7, 0x09,
- 130, 7, 7, 7, 0x09,
-
- 0 // eod
-};
-
-static const char qt_meta_stringdata_Client[] = {
- "Client\0\0kill()\0serverRegistered()\0serverNoRespond()\0"
- "serverRegisterFaild()\0serverUpdateInfo()\0processMessages()\0"
- "registerTimePass()\0pingTimePass()\0"
-};
-
-const QMetaObject Client::staticMetaObject = {
- { &QThread::staticMetaObject, qt_meta_stringdata_Client,
- qt_meta_data_Client, 0 }
-};
-
-const QMetaObject *Client::metaObject() const
-{
- return &staticMetaObject;
-}
-
-void *Client::qt_metacast(const char *_clname)
-{
- if (!_clname) return 0;
- if (!strcmp(_clname, qt_meta_stringdata_Client))
- return static_cast<void*>(const_cast<Client*>(this));
- return QThread::qt_metacast(_clname);
-}
-
-int Client::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
-{
- _id = QThread::qt_metacall(_c, _id, _a);
- if (_id < 0)
- return _id;
- if (_c == QMetaObject::InvokeMetaMethod) {
- switch (_id) {
- case 0: kill(); break;
- case 1: serverRegistered(); break;
- case 2: serverNoRespond(); break;
- case 3: serverRegisterFaild(); break;
- case 4: serverUpdateInfo(); break;
- case 5: processMessages(); break;
- case 6: registerTimePass(); break;
- case 7: pingTimePass(); break;
- }
- _id -= 8;
- }
- return _id;
-}
-
-// SIGNAL 0
-void Client::kill()
-{
- QMetaObject::activate(this, &staticMetaObject, 0, 0);
-}
-
-// SIGNAL 1
-void Client::serverRegistered()
-{
- QMetaObject::activate(this, &staticMetaObject, 1, 0);
-}
-
-// SIGNAL 2
-void Client::serverNoRespond()
-{
- QMetaObject::activate(this, &staticMetaObject, 2, 0);
-}
-
-// SIGNAL 3
-void Client::serverRegisterFaild()
-{
- QMetaObject::activate(this, &staticMetaObject, 3, 0);
-}
-
-// SIGNAL 4
-void Client::serverUpdateInfo()
-{
- QMetaObject::activate(this, &staticMetaObject, 4, 0);
-}
Deleted: trunk/qcell/client/GeneratedFiles/Release/moc_Client.cpp
===================================================================
--- trunk/qcell/client/GeneratedFiles/Release/moc_Client.cpp 2006-11-29 12:02:27 UTC (rev 18)
+++ trunk/qcell/client/GeneratedFiles/Release/moc_Client.cpp 2006-11-29 12:44:00 UTC (rev 19)
@@ -1,117 +0,0 @@
-/****************************************************************************
-** Meta object code from reading C++ file 'Client.h'
-**
-** Created: Thu 26. Oct 20:07:23 2006
-** by: The Qt Meta Object Compiler version 59 (Qt 4.2.1)
-**
-** WARNING! All changes made in this file will be lost!
-*****************************************************************************/
-
-#include "../../../headers/Client.h"
-#if !defined(Q_MOC_OUTPUT_REVISION)
-#error "The header file 'Client.h' doesn't include <QObject>."
-#elif Q_MOC_OUTPUT_REVISION != 59
-#error "This file was generated using the moc from 4.2.1. It"
-#error "cannot be used with the include files from this version of Qt."
-#error "(The moc has changed too much.)"
-#endif
-
-static const uint qt_meta_data_Client[] = {
-
- // content:
- 1, // revision
- 0, // classname
- 0, 0, // classinfo
- 8, 10, // methods
- 0, 0, // properties
- 0, 0, // enums/sets
-
- // signals: signature, parameters, type, tag, flags
- 8, 7, 7, 7, 0x05,
- 15, 7, 7, 7, 0x05,
- 34, 7, 7, 7, 0x05,
- 52, 7, 7, 7, 0x05,
- 74, 7, 7, 7, 0x05,
-
- // slots: signature, parameters, type, tag, flags
- 93, 7, 7, 7, 0x09,
- 111, 7, 7, 7, 0x09,
- 130, 7, 7, 7, 0x09,
-
- 0 // eod
-};
-
-static const char qt_meta_stringdata_Client[] = {
- "Client\0\0kill()\0serverRegistered()\0serverNoRespond()\0"
- "serverRegisterFaild()\0serverUpdateInfo()\0processMessages()\0"
- "registerTimePass()\0pingTimePass()\0"
-};
-
-const QMetaObject Client::staticMetaObject = {
- { &QThread::staticMetaObject, qt_meta_stringdata_Client,
- qt_meta_data_Client, 0 }
-};
-
-const QMetaObject *Client::metaObject() const
-{
- return &staticMetaObject;
-}
-
-void *Client::qt_metacast(const char *_clname)
-{
- if (!_clname) return 0;
- if (!strcmp(_clname, qt_meta_stringdata_Client))
- return static_cast<void*>(const_cast<Client*>(this));
- return QThread::qt_metacast(_clname);
-}
-
-int Client::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
-{
- _id = QThread::qt_metacall(_c, _id, _a);
- if (_id < 0)
- return _id;
- if (_c == QMetaObject::InvokeMetaMethod) {
- switch (_id) {
- case 0: kill(); break;
- case 1: serverRegistered(); break;
- case 2: serverNoRespond(); break;
- case 3: serverRegisterFaild(); break;
- case 4: serverUpdateInfo(); break;
- case 5: processMessages(); break;
- case 6: registerTimePass(); break;
- case 7: pingTimePass(); break;
- }
- _id -= 8;
- }
- return _id;
-}
-
-// SIGNAL 0
-void Client::kill()
-{
- QMetaObject::activate(this, &staticMetaObject, 0, 0);
-}
-
-// SIGNAL 1
-void Client::serverRegistered()
-{
- QMetaObject::activate(this, &staticMetaObject, 1, 0);
-}
-
-// SIGNAL 2
-void Client::serverNoRespond()
-{
- QMetaObject::activate(this, &staticMetaObject, 2, 0);
-}
-
-// SIGNAL 3
-void Client::serverRegisterFaild()
-{
- QMetaObject::activate(this, &staticMetaObject, 3, 0);
-}
-
-// SIGNAL 4
-void Client::serverUpdateInfo()
-{
- QMetaObject::activate(this, &staticMetaObject, 4, 0);
-}
Deleted: trunk/qcell/messages/GeneratedFiles/Debug/moc_MasterServer.cpp
===================================================================
--- trunk/qcell/messages/GeneratedFiles/Debug/moc_MasterServer.cpp 2006-11-29 12:02:27 UTC (rev 18)
+++ trunk/qcell/messages/GeneratedFiles/Debug/moc_MasterServer.cpp 2006-11-29 12:44:00 UTC (rev 19)
@@ -1,139 +0,0 @@
-/****************************************************************************
-** Meta object code from reading C++ file 'MasterServer.h'
-**
-** Created: Tue 24. Oct 13:56:51 2006
-** by: The Qt Meta Object Compiler version 59 (Qt 4.2.1)
-**
-** WARNING! All changes made in this file will be lost!
-*****************************************************************************/
-
-#include "../../../headers/MasterServer.h"
-#if !defined(Q_MOC_OUTPUT_REVISION)
-#error "The header file 'MasterServer.h' doesn't include <QObject>."
-#elif Q_MOC_OUTPUT_REVISION != 59
-#error "This file was generated using the moc from 4.2.1. It"
-#error "cannot be used with the include files from this version of Qt."
-#error "(The moc has changed too much.)"
-#endif
-
-static const uint qt_meta_data_MasterServer[] = {
-
- // content:
- 1, // revision
- 0, // classname
- 0, 0, // classinfo
- 6, 10, // methods
- 0, 0, // properties
- 0, 0, // enums/sets
-
- // signals: signature, parameters, type, tag, flags
- 19, 14, 13, 13, 0x05,
- 48, 14, 13, 13, 0x05,
-
- // slots: signature, parameters, type, tag, flags
- 74, 13, 13, 13, 0x09,
- 101, 92, 13, 13, 0x09,
- 127, 13, 13, 13, 0x09,
- 141, 13, 13, 13, 0x0a,
-
- 0 // eod
-};
-
-static const char qt_meta_stringdata_MasterServer[] = {
- "MasterServer\0\0info\0clientRegistered(ClientInfo)\0"
- "clientRemoved(ClientInfo)\0datagramRecived()\0datagram\0"
- "parseDatagram(QByteArray)\0pingClients()\0serverKill()\0"
-};
-
-const QMetaObject MasterServer::staticMetaObject = {
- { &QThread::staticMetaObject, qt_meta_stringdata_MasterServer,
- qt_meta_data_MasterServer, 0 }
-};
-
-const QMetaObject *MasterServer::metaObject() const
-{
- return &staticMetaObject;
-}
-
-void *MasterServer::qt_metacast(const char *_clname)
-{
- if (!_clname) return 0;
- if (!strcmp(_clname, qt_meta_stringdata_MasterServer))
- return static_cast<void*>(const_cast<MasterServer*>(this));
- return QThread::qt_metacast(_clname);
-}
-
-int MasterServer::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
-{
- _id = QThread::qt_metacall(_c, _id, _a);
- if (_id < 0)
- return _id;
- if (_c == QMetaObject::InvokeMetaMethod) {
- switch (_id) {
- case 0: clientRegistered((*reinterpret_cast< ClientInfo(*)>(_a[1]))); break;
- case 1: clientRemoved((*reinterpret_cast< ClientInfo(*)>(_a[1]))); break;
- case 2: datagramRecived(); break;
- case 3: parseDatagram((*reinterpret_cast< QByteArray(*)>(_a[1]))); break;
- case 4: pingClients(); break;
- case 5: serverKill(); break;
- }
- _id -= 6;
- }
- return _id;
-}
-
-// SIGNAL 0
-void MasterServer::clientRegistered(ClientInfo _t1)
-{
- void *_a[] = { 0, const_cast<void*>(reinterpret_cast<const void*>(&_t1)) };
- QMetaObject::activate(this, &staticMetaObject, 0, _a);
-}
-
-// SIGNAL 1
-void MasterServer::clientRemoved(ClientInfo _t1)
-{
- void *_a[] = { 0, const_cast<void*>(reinterpret_cast<const void*>(&_t1)) };
- QMetaObject::activate(this, &staticMetaObject, 1, _a);
-}
-static const uint qt_meta_data_ServerInterface[] = {
-
- // content:
- 1, // revision
- 0, // classname
- 0, 0, // classinfo
- 0, 0, // methods
- 0, 0, // properties
- 0, 0, // enums/sets
-
- 0 // eod
-};
-
-static const char qt_meta_stringdata_ServerInterface[] = {
- "ServerInterface\0"
-};
-
-const QMetaObject ServerInterface::staticMetaObject = {
- { &MasterServerInterface::staticMetaObject, qt_meta_stringdata_ServerInterface,
- qt_meta_data_ServerInterface, 0 }
-};
-
-const QMetaObject *ServerInterface::metaObject() const
-{
- return &staticMetaObject;
-}
-
-void *ServerInterface::qt_metacast(const char *_clname)
-{
- if (!_clname) return 0;
- if (!strcmp(_clname, qt_meta_stringdata_ServerInterface))
- return static_cast<void*>(const_cast<ServerInterface*>(this));
- return MasterServerInterface::qt_metacast(_clname);
-}
-
-int ServerInterface::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
-{
- _id = MasterServerInterface::qt_metacall(_c, _id, _a);
- if (_id < 0)
- return _id;
- return _id;
-}
Deleted: trunk/qcell/messages/GeneratedFiles/Debug/moc_MasterServerInterface.cpp
===================================================================
--- trunk/qcell/messages/GeneratedFiles/Debug/moc_MasterServerInterface.cpp 2006-11-29 12:02:27 UTC (rev 18)
+++ trunk/qcell/messages/GeneratedFiles/Debug/moc_MasterServerInterface.cpp 2006-11-29 12:44:00 UTC (rev 19)
@@ -1,76 +0,0 @@
-/****************************************************************************
-** Meta object code from reading C++ file 'MasterServerInterface.h'
-**
-** Created: Sun 29. Oct 11:57:33 2006
-** by: The Qt Meta Object Compiler version 59 (Qt 4.2.1)
-**
-** WARNING! All changes made in this file will be lost!
-*****************************************************************************/
-
-#include "../../../baseheaders/MasterServerInterface.h"
-#if !defined(Q_MOC_OUTPUT_REVISION)
-#error "The header file 'MasterServerInterface.h' doesn't include <QObject>."
-#elif Q_MOC_OUTPUT_REVISION != 59
-#error "This file was generated using the moc from 4.2.1. It"
-#error "cannot be used with the include files from this version of Qt."
-#error "(The moc has changed too much.)"
-#endif
-
-static const uint qt_meta_data_MasterServerInterface[] = {
-
- // content:
- 1, // revision
- 0, // classname
- 0, 0, // classinfo
- 1, 10, // methods
- 0, 0, // properties
- 0, 0, // enums/sets
-
- // signals: signature, parameters, type, tag, flags
- 35, 23, 22, 22, 0x05,
-
- 0 // eod
-};
-
-static const char qt_meta_stringdata_MasterServerInterface[] = {
- "MasterServerInterface\0\0type,client\0clientListChange(int,ClientInfo)\0"
-};
-
-const QMetaObject MasterServerInterface::staticMetaObject = {
- { &QObject::staticMetaObject, qt_meta_stringdata_MasterServerInterface,
- qt_meta_data_MasterServerInterface, 0 }
-};
-
-const QMetaObject *MasterServerInterface::metaObject() const
-{
- return &staticMetaObject;
-}
-
-void *MasterServerInterface::qt_metacast(const char *_clname)
-{
- if (!_clname) return 0;
- if (!strcmp(_clname, qt_meta_stringdata_MasterServerInterface))
- return static_cast<void*>(const_cast<MasterServerInterface*>(this));
- return QObject::qt_metacast(_clname);
-}
-
-int MasterServerInterface::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
-{
- _id = QObject::qt_metacall(_c, _id, _a);
- if (_id < 0)
- return _id;
- if (_c == QMetaObject::InvokeMetaMethod) {
- switch (_id) {
- case 0: clientListChange((*reinterpret_cast< int(*)>(_a[1])),(*reinterpret_cast< ClientInfo(*)>(_a[2]))); break;
- }
- _id -= 1;
- }
- return _id;
-}
-
-// SIGNAL 0
-void MasterServerInterface::clientListChange(int _t1, ClientInfo _t2)
-{
- void *_a[] = { 0, const_cast<void*>(reinterpret_cast<const void*>(&_t1)), const_cast<void*>(reinterpret_cast<const void*>(&_t2)) };
- QMetaObject::activate(this, &staticMetaObject, 0, _a);
-}
Deleted: trunk/qcell/messages/GeneratedFiles/Debug/moc_MasterServerPlugin.cpp
===================================================================
--- trunk/qcell/messages/GeneratedFiles/Debug/moc_MasterServerPlugin.cpp 2006-11-29 12:02:27 UTC (rev 18)
+++ trunk/qcell/messages/GeneratedFiles/Debug/moc_MasterServerPlugin.cpp 2006-11-29 12:44:00 UTC (rev 19)
@@ -1,60 +0,0 @@
-/****************************************************************************
-** Meta object code from reading C++ file 'MasterServerPlugin.h'
-**
-** Created: Sun 29. Oct 11:57:33 2006
-** by: The Qt Meta Object Compiler version 59 (Qt 4.2.1)
-**
-** WARNING! All changes made in this file will be lost!
-*****************************************************************************/
-
-#include "../../../baseheaders/MasterServerPlugin.h"
-#if !defined(Q_MOC_OUTPUT_REVISION)
-#error "The header file 'MasterServerPlugin.h' doesn't include <QObject>."
-#elif Q_MOC_OUTPUT_REVISION != 59
-#error "This file was generated using the moc from 4.2.1. It"
-#error "cannot be used with the include files from this version of Qt."
-#error "(The moc has changed too much.)"
-#endif
-
-static const uint qt_meta_data_MasterServerPlugin[] = {
-
- // content:
- 1, // revision
- 0, // classname
- 0, 0, // classinfo
- 0, 0, // methods
- 0, 0, // properties
- 0, 0, // enums/sets
-
- 0 // eod
-};
-
-static const char qt_meta_stringdata_MasterServerPlugin[] = {
- "MasterServerPlugin\0"
-};
-
-const QMetaObject MasterServerPlugin::staticMetaObject = {
- { &QObject::staticMetaObject, qt_meta_stringdata_MasterServerPlugin,
- qt_meta_data_MasterServerPlugin, 0 }
-};
-
-const QMetaObject *MasterServerPlugin::metaObject() const
-{
- return &staticMetaObject;
-}
-
-void *MasterServerPlugin::qt_metacast(const char *_clname)
-{
- if (!_clname) return 0;
- if (!strcmp(_clname, qt_meta_stringdata_MasterServerPlugin))
- return static_cast<void*>(const_cast<MasterServerPlugin*>(this));
- return QObject::qt_metacast(_clname);
-}
-
-int MasterServerPlugin::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
-{
- _id = QObject::qt_metacall(_c, _id, _a);
- if (_id < 0)
- return _id;
- return _id;
-}
Deleted: trunk/qcell/messages/GeneratedFiles/Debug/moc_messages.cpp
===================================================================
--- trunk/qcell/messages/GeneratedFiles/Debug/moc_messages.cpp 2006-11-29 12:02:27 UTC (rev 18)
+++ trunk/qcell/messages/GeneratedFiles/Debug/moc_messages.cpp 2006-11-29 12:44:00 UTC (rev 19)
@@ -1,60 +0,0 @@
-/****************************************************************************
-** Meta object code from reading C++ file 'messages.h'
-**
-** Created: Sun 29. Oct 11:57:33 2006
-** by: The Qt Meta Object Compiler version 59 (Qt 4.2.1)
-**
-** WARNING! All changes made in this file will be lost!
-*****************************************************************************/
-
-#include "../../messages.h"
-#if !defined(Q_MOC_OUTPUT_REVISION)
-#error "The header file 'messages.h' doesn't include <QObject>."
-#elif Q_MOC_OUTPUT_REVISION != 59
-#error "This file was generated using the moc from 4.2.1. It"
-#error "cannot be used with the include files from this version of Qt."
-#error "(The moc has changed too much.)"
-#endif
-
-static const uint qt_meta_data_messages[] = {
-
- // content:
- 1, // revision
- 0, // classname
- 0, 0, // classinfo
- 0, 0, // methods
- 0, 0, // properties
- 0, 0, // enums/sets
-
- 0 // eod
-};
-
-static const char qt_meta_stringdata_messages[] = {
- "messages\0"
-};
-
-const QMetaObject messages::staticMetaObject = {
- { &MasterServerPlugin::staticMetaObject, qt_meta_stringdata_messages,
- qt_meta_data_messages, 0 }
-};
-
-const QMetaObject *messages::metaObject() const
-{
- return &staticMetaObject;
-}
-
-void *messages::qt_metacast(const char *_clname)
-{
- if (!_clname) return 0;
- if (!strcmp(_clname, qt_meta_stringdata_messages))
- return static_cast<void*>(const_cast<messages*>(this));
- return MasterServerPlugin::qt_metacast(_clname);
-}
-
-int messages::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
-{
- _id = MasterServerPlugin::qt_metacall(_c, _id, _a);
- if (_id < 0)
- return _id;
- return _id;
-}
Deleted: trunk/qcell/messages/GeneratedFiles/Release/moc_MasterServer.cpp
===================================================================
--- trunk/qcell/messages/GeneratedFiles/Release/moc_MasterServer.cpp 2006-11-29 12:02:27 UTC (rev 18)
+++ trunk/qcell/messages/GeneratedFiles/Release/moc_MasterServer.cpp 2006-11-29 12:44:00 UTC (rev 19)
@@ -1,139 +0,0 @@
-/****************************************************************************
-** Meta object code from reading C++ file 'MasterServer.h'
-**
-** Created: Mon 23. Oct 23:12:18 2006
-** by: The Qt Meta Object Compiler version 59 (Qt 4.2.1)
-**
-** WARNING! All changes made in this file will be lost!
-*****************************************************************************/
-
-#include "../../../headers/MasterServer.h"
-#if !defined(Q_MOC_OUTPUT_REVISION)
-#error "The header file 'MasterServer.h' doesn't include <QObject>."
-#elif Q_MOC_OUTPUT_REVISION != 59
-#error "This file was generated using the moc from 4.2.1. It"
-#error "cannot be used with the include files from this version of Qt."
-#error "(The moc has changed too much.)"
-#endif
-
-static const uint qt_meta_data_MasterServer[] = {
-
- // content:
- 1, // revision
- 0, // classname
- 0, 0, // classinfo
- 6, 10, // methods
- 0, 0, // properties
- 0, 0, // enums/sets
-
- // signals: signature, parameters, type, tag, flags
- 19, 14, 13, 13, 0x05,
- 48, 14, 13, 13, 0x05,
-
- // slots: signature, parameters, type, tag, flags
- 74, 13, 13, 13, 0x09,
- 101, 92, 13, 13, 0x09,
- 127, 13, 13, 13, 0x09,
- 141, 13, 13, 13, 0x0a,
-
- 0 // eod
-};
-
-static const char qt_meta_stringdata_MasterServer[] = {
- "MasterServer\0\0info\0clientRegistered(ClientInfo)\0"
- "clientRemoved(ClientInfo)\0datagramRecived()\0datagram\0"
- "parseDatagram(QByteArray)\0pingClients()\0serverKill()\0"
-};
-
-const QMetaObject MasterServer::staticMetaObject = {
- { &QThread::staticMetaObject, qt_meta_stringdata_MasterServer,
- qt_meta_data_MasterServer, 0 }
-};
-
-const QMetaObject *MasterServer::metaObject() const
-{
- return &staticMetaObject;
-}
-
-void *MasterServer::qt_metacast(const char *_clname)
-{
- if (!_clname) return 0;
- if (!strcmp(_clname, qt_meta_stringdata_MasterServer))
- return static_cast<void*>(const_cast<MasterServer*>(this));
- return QThread::qt_metacast(_clname);
-}
-
-int MasterServer::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
-{
- _id = QThread::qt_metacall(_c, _id, _a);
- if (_id < 0)
- return _id;
- if (_c == QMetaObject::InvokeMetaMethod) {
- switch (_id) {
- case 0: clientRegistered((*reinterpret_cast< ClientInfo(*)>(_a[1]))); break;
- case 1: clientRemoved((*reinterpret_cast< ClientInfo(*)>(_a[1]))); break;
- case 2: datagramRecived(); break;
- case 3: parseDatagram((*reinterpret_cast< QByteArray(*)>(_a[1]))); break;
- case 4: pingClients(); break;
- case 5: serverKill(); break;
- }
- _id -= 6;
- }
- return _id;
-}
-
-// SIGNAL 0
-void MasterServer::clientRegistered(ClientInfo _t1)
-{
- void *_a[] = { 0, const_cast<void*>(reinterpret_cast<const void*>(&_t1)) };
- QMetaObject::activate(this, &staticMetaObject, 0, _a);
-}
-
-// SIGNAL 1
-void MasterServer::clientRemoved(ClientInfo _t1)
-{
- void *_a[] = { 0, const_cast<void*>(reinterpret_cast<const void*>(&_t1)) };
- QMetaObject::activate(this, &staticMetaObject, 1, _a);
-}
-static const uint qt_meta_data_ServerInterface[] = {
-
- // content:
- 1, // revision
- 0, // classname
- 0, 0, // classinfo
- 0, 0, // methods
- 0, 0, // properties
- 0, 0, // enums/sets
-
- 0 // eod
-};
-
-static const char qt_meta_stringdata_ServerInterface[] = {
- "ServerInterface\0"
-};
-
-const QMetaObject ServerInterface::staticMetaObject = {
- { &MasterServerInterface::staticMetaObject, qt_meta_stringdata_ServerInterface,
- qt_meta_data_ServerInterface, 0 }
-};
-
-const QMetaObject *ServerInterface::metaObject() const
-{
- return &staticMetaObject;
-}
-
-void *ServerInterface::qt_metacast(const char *_clname)
-{
- if (!_clname) return 0;
- if (!strcmp(_clname, qt_meta_stringdata_ServerInterface))
- return static_cast<void*>(const_cast<ServerInterface*>(this));
- return MasterServerInterface::qt_metacast(_clname);
-}
-
-int ServerInterface::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
-{
- _id = MasterServerInterface::qt_metacall(_c, _id, _a);
- if (_id < 0)
- return _id;
- return _id;
-}
Deleted: trunk/qcell/messages/GeneratedFiles/Release/moc_MasterServerInterface.cpp
===================================================================
--- trunk/qcell/messages/GeneratedFiles/Release/moc_MasterServerInterface.cpp 2006-11-29 12:02:27 UTC (rev 18)
+++ trunk/qcell/messages/GeneratedFiles/Release/moc_MasterServerInterface.cpp 2006-11-29 12:44:00 UTC (rev 19)
@@ -1,76 +0,0 @@
-/****************************************************************************
-** Meta object code from reading C++ file 'MasterServerInterface.h'
-**
-** Created: Thu 26. Oct 20:07:25 2006
-** by: The Qt Meta Object Compiler version 59 (Qt 4.2.1)
-**
-** WARNING! All changes made in this file will be lost!
-*****************************************************************************/
-
-#include "../../../headers/MasterServerInterface.h"
-#if !defined(Q_MOC_OUTPUT_REVISION)
-#error "The header file 'MasterServerInterface.h' doesn't include <QObject>."
-#elif Q_MOC_OUTPUT_REVISION != 59
-#error "This file was generated using the moc from 4.2.1. It"
-#error "cannot be used with the include files from this version of Qt."
-#error "(The moc has changed too much.)"
-#endif
-
-static const uint qt_meta_data_MasterServerInterface[] = {
-
- // content:
- 1, // revision
- 0, // classname
- 0, 0, // classinfo
- 1, 10, // methods
- 0, 0, // properties
- 0, 0, // enums/sets
-
- // signals: signature, parameters, type, tag, flags
- 35, 23, 22, 22, 0x05,
-
- 0 // eod
-};
-
-static const char qt_meta_stringdata_MasterServerInterface[] = {
- "MasterServerInterface\0\0type,client\0clientListChange(int,ClientInfo)\0"
-};
-
-const QMetaObject MasterServerInterface::staticMetaObject = {
- { &QObject::staticMetaObject, qt_meta_stringdata_MasterServerInterface,
- qt_meta_data_MasterServerInterface, 0 }
-};
-
-const QMetaObject *MasterServerInterface::metaObject() const
-{
- return &staticMetaObject;
-}
-
-void *MasterServerInterface::qt_metacast(const char *_clname)
-{
- if (!_clname) return 0;
- if (!strcmp(_clname, qt_meta_stringdata_MasterServerInterface))
- return static_cast<void*>(const_cast<MasterServerInterface*>(this));
- return QObject::qt_metacast(_clname);
-}
-
-int MasterServerInterface::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
-{
- _id = QObject::qt_metacall(_c, _id, _a);
- if (_id < 0)
- return _id;
- if (_c == QMetaObject::InvokeMetaMethod) {
- switch (_id) {
- case 0: clientListChange((*reinterpret_cast< int(*)>(_a[1])),(*reinterpret_cast< ClientInfo(*)>(_a[2]))); break;
- }
- _id -= 1;
- }
- return _id;
-}
-
-// SIGNAL 0
-void MasterServerInterface::clientListChange(int _t1, ClientInfo _t2)
-{
- void *_a[] = { 0, const_cast<void*>(reinterpret_cast<const void*>(&_t1)), const_cast<void*>(reinterpret_cast<const void*>(&_t2)) };
- QMetaObject::activate(this, &staticMetaObject, 0, _a);
-}
Deleted: trunk/qcell/messages/GeneratedFiles/Release/moc_MasterServerPlugin.cpp
===================================================================
--- trunk/qcell/messages/GeneratedFiles/Release/moc_MasterServerPlugin.cpp 2006-11-29 12:02:27 UTC (rev 18)
+++ trunk/qcell/messages/GeneratedFiles/Release/moc_MasterServerPlugin.cpp 2006-11-29 12:44:00 UTC (rev 19)
@@ -1,60 +0,0 @@
-/****************************************************************************
-** Meta object code from reading C++ file 'MasterServerPlugin.h'
-**
-** Created: Thu 26. Oct 20:07:25 2006
-** by: The Qt Meta Object Compiler version 59 (Qt 4.2.1)
-**
-** WARNING! All changes made in this file will be lost!
-*****************************************************************************/
-
-#include "../../../headers/MasterServerPlugin.h"
-#if !defined(Q_MOC_OUTPUT_REVISION)
-#error "The header file 'MasterServerPlugin.h' doesn't include <QObject>."
-#elif Q_MOC_OUTPUT_REVISION != 59
-#error "This file was generated using the moc from 4.2.1. It"
-#error "cannot be used with the include files from this version of Qt."
-#error "(The moc has changed too much.)"
-#endif
-
-static const uint qt_meta_data_MasterServerPlugin[] = {
-
- // content:
- 1, // revision
- 0, // classname
- 0, 0, // classinfo
- 0, 0, // methods
- 0, 0, // properties
- 0, 0, // enums/sets
-
- 0 // eod
-};
-
-static const char qt_meta_stringdata_MasterServerPlugin[] = {
- "MasterServerPlugin\0"
-};
-
-const QMetaObject MasterServerPlugin::staticMetaObject = {
- { &QObject::staticMetaObject, qt_meta_stringdata_MasterServerPlugin,
- qt_meta_data_MasterServerPlugin, 0 }
-};
-
-const QMetaObject *MasterServerPlugin::metaObject() const
-{
- return &staticMetaObject;
-}
-
-void *MasterServerPlugin::qt_metacast(const char *_clname)
-{
- if (!_clname) return 0;
- if (!strcmp(_clname, qt_meta_stringdata_MasterServerPlugin))
- return static_cast<void*>(const_cast<MasterServerPlugin*>(this));
- return QObject::qt_metacast(_clname);
-}
-
-int MasterServerPlugin::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
-{
- _id = QObject::qt_metacall(_c, _id, _a);
- if (_id < 0)
- return _id;
- return _id;
-}
Deleted: trunk/qcell/messages/GeneratedFiles/Release/moc_messages.cpp
===================================================================
--- trunk/qcell/messages/GeneratedFiles/Release/moc_messages.cpp 2006-11-29 12:02:27 UTC (rev 18)
+++ trunk/qcell/messages/GeneratedFiles/Release/moc_messages.cpp 2006-11-29 12:44:00 UTC (rev 19)
@@ -1,60 +0,0 @@
-/****************************************************************************
-** Meta object code from reading C++ file 'messages.h'
-**
-** Created: Thu 26. Oct 20:07:25 2006
-** by: The Qt Meta Object Compiler version 59 (Qt 4.2.1)
-**
-** WARNING! All changes made in this file will be lost!
-*****************************************************************************/
-
-#include "../../messages.h"
-#if !defined(Q_MOC_OUTPUT_REVISION)
-#error "The header file 'messages.h' doesn't include <QObject>."
-#elif Q_MOC_OUTPUT_REVISION != 59
-#error "This file was generated using the moc from 4.2.1. It"
-#error "cannot be used with the include files from this version of Qt."
-#error "(The moc has changed too much.)"
-#endif
-
-static const uint qt_meta_data_messages[] = {
-
- // content:
- 1, // revision
- 0, // classname
- 0, 0, // classinfo
- 0, 0, // methods
- 0, 0, // properties
- 0, 0, // enums/sets
-
- 0 // eod
-};
-
-static const char qt_meta_stringdata_messages[] = {
- "messages\0"
-};
-
-const QMetaObject messages::staticMetaObject = {
- { &MasterServerPlugin::staticMetaObject, qt_meta_stringdata_messages,
- qt_meta_data_messages, 0 }
-};
-
-const QMetaObject *messages::metaObject() const
-{
- return &staticMetaObject;
-}
-
-void *messages::qt_metacast(const char *_clname)
-{
- if (!_clname) return 0;
- if (!strcmp(_clname, qt_meta_stringdata_messages))
- return static_cast<void*>(const_cast<messages*>(this));
- return MasterServerPlugin::qt_metacast(_clname);
-}
-
-int messages::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
-{
- _id = MasterServerPlugin::qt_metacall(_c, _id, _a);
- if (_id < 0)
- return _id;
- return _id;
-}
Deleted: trunk/qcell/requests/GeneratedFiles/Debug/moc_MasterServerInterface.cpp
===================================================================
--- trunk/qcell/requests/GeneratedFiles/Debug/moc_MasterServerInterface.cpp 2006-11-29 12:02:27 UTC (rev 18)
+++ trunk/qcell/requests/GeneratedFiles/Debug/moc_MasterServerInterface.cpp 2006-11-29 12:44:00 UTC (rev 19)
@@ -1,76 +0,0 @@
-/****************************************************************************
-** Meta object code from reading C++ file 'MasterServerInterface.h'
-**
-** Created: Sun 29. Oct 11:57:29 2006
-** by: The Qt Meta Object Compiler version 59 (Qt 4.2.1)
-**
-** WARNING! All changes made in this file will be lost!
-*****************************************************************************/
-
-#include "../../../baseheaders/MasterServerInterface.h"
-#if !defined(Q_MOC_OUTPUT_REVISION)
-#error "The header file 'MasterServerInterface.h' doesn't include <QObject>."
-#elif Q_MOC_OUTPUT_REVISION != 59
-#error "This file was generated using the moc from 4.2.1. It"
-#error "cannot be used with the include files from this version of Qt."
-#error "(The moc has changed too much.)"
-#endif
-
-static const uint qt_meta_data_MasterServerInterface[] = {
-
- // content:
- 1, // revision
- 0, // classname
- 0, 0, // classinfo
- 1, 10, // methods
- 0, 0, // properties
- 0, 0, // enums/sets
-
- // signals: signature, parameters, type, tag, flags
- 35, 23, 22, 22, 0x05,
-
- 0 // eod
-};
-
-static const char qt_meta_stringdata_MasterServerInterface[] = {
- "MasterServerInterface\0\0type,client\0clientListChange(int,ClientInfo)\0"
-};
-
-const QMetaObject MasterServerInterface::staticMetaObject = {
- { &QObject::staticMetaObject, qt_meta_stringdata_MasterServerInterface,
- qt_meta_data_MasterServerInterface, 0 }
-};
-
-const QMetaObject *MasterServerInterface::metaObject() const
-{
- return &staticMetaObject;
-}
-
-void *MasterServerInterface::qt_metacast(const char *_clname)
-{
- if (!_clname) return 0;
- if (!strcmp(_clname, qt_meta_stringdata_MasterServerInterface))
- return static_cast<void*>(const_cast<MasterServerInterface*>(this));
- return QObject::qt_metacast(_clname);
-}
-
-int MasterServerInterface::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
-{
- _id = QObject::qt_metacall(_c, _id, _a);
- if (_id < 0)
- return _id;
- if (_c == QMetaObject::InvokeMetaMethod) {
- switch (_id) {
- case 0: clientListChange((*reinterpret_cast< int(*)>(_a[1])),(*reinterpret_cast< ClientInfo(*)>(_a[2]))); break;
- }
- _id -= 1;
- }
- return _id;
-}
-
-// SIGNAL 0
-void MasterServerInterface::clientListChange(int _t1, ClientInfo _t2)
-{
- void *_a[] = { 0, const_cast<void*>(reinterpret_cast<const void*>(&_t1)), const_cast<void*>(reinterpret_cast<const void*>(&_t2)) };
- QMetaObject::activate(this, &staticMetaObject, 0, _a);
-}
Deleted: trunk/qcell/requests/GeneratedFiles/Debug/moc_MasterServerPlugin.cpp
===================================================================
--- trunk/qcell/requests/GeneratedFiles/Debug/moc_MasterServerPlugin.cpp 2006-11-29 12:02:27 UTC (rev 18)
+++ trunk/qcell/requests/GeneratedFiles/Debug/moc_MasterServerPlugin.cpp 2006-11-29 12:44:00 UTC (rev 19)
@@ -1,60 +0,0 @@
-/****************************************************************************
-** Meta object code from reading C++ file 'MasterServerPlugin.h'
-**
-** Created: Sun 29. Oct 11:57:29 2006
-** by: The Qt Meta Object Compiler version 59 (Qt 4.2.1)
-**
-** WARNING! All changes made in this file will be lost!
-*****************************************************************************/
-
-#include "../../../baseheaders/MasterServerPlugin.h"
-#if !defined(Q_MOC_OUTPUT_REVISION)
-#error "The header file 'MasterServerPlugin.h' doesn't include <QObject>."
-#elif Q_MOC_OUTPUT_REVISION != 59
-#error "This file was generated using the moc from 4.2.1. It"
-#error "cannot be used with the include files from this version of Qt."
-#error "(The moc has changed too much.)"
-#endif
-
-static const uint qt_meta_data_MasterServerPlugin[] = {
-
- // content:
- 1, // revision
- 0, // classname
- 0, 0, // classinfo
- 0, 0, // methods
- 0, 0, // properties
- 0, 0, // enums/sets
-
- 0 // eod
-};
-
-static const char qt_meta_stringdata_MasterServerPlugin[] = {
- "MasterServerPlugin\0"
-};
-
-const QMetaObject MasterServerPlugin::staticMetaObject = {
- { &QObject::staticMetaObject, qt_meta_stringdata_MasterServerPlugin,
- qt_meta_data_MasterServerPlugin, 0 }
-};
-
-const QMetaObject *MasterServerPlugin::metaObject() const
-{
- return &staticMetaObject;
-}
-
-void *MasterServerPlugin::qt_metacast(const char *_clname)
-{
- if (!_clname) return 0;
- if (!strcmp(_clname, qt_meta_stringdata_MasterServerPlugin))
- return static_cast<void*>(const_cast<MasterServerPlugin*>(this));
- return QObject::qt_metacast(_clname);
-}
-
-int MasterServerPlugin::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
-{
- _id = QObject::qt_metacall(_c, _id, _a);
- if (_id < 0)
- return _id;
- return _id;
-}
Deleted: trunk/qcell/requests/GeneratedFiles/Debug/moc_requests.cpp
===================================================================
--- trunk/qcell/requests/GeneratedFiles/Debug/moc_requests.cpp 2006-11-29 12:02:27 UTC (rev 18)
+++ trunk/qcell/requests/GeneratedFiles/Debug/moc_requests.cpp 2006-11-29 12:44:00 UTC (rev 19)
@@ -1,60 +0,0 @@
-/****************************************************************************
-** Meta object code from reading C++ file 'requests.h'
-**
-** Created: Sun 29. Oct 11:57:28 2006
-** by: The Qt Meta Object Compiler version 59 (Qt 4.2.1)
-**
-** WARNING! All changes made in this file will be lost!
-*****************************************************************************/
-
-#include "../../requests.h"
-#if !defined(Q_MOC_OUTPUT_REVISION)
-#error "The header file 'requests.h' doesn't include <QObject>."
-#elif Q_MOC_OUTPUT_REVISION != 59
-#error "This file was generated using the moc from 4.2.1. It"
-#error "cannot be used with the include files from this version of Qt."
-#error "(The moc has changed too much.)"
-#endif
-
-static const uint qt_meta_data_requests[] = {
-
- // content:
- 1, // revision
- 0, // classname
- 0, 0, // classinfo
- 0, 0, // methods
- 0, 0, // properties
- 0, 0, // enums/sets
-
- 0 // eod
-};
-
-static const char qt_meta_stringdata_requests[] = {
- "requests\0"
-};
-
-const QMetaObject requests::staticMetaObject = {
- { &MasterServerPlugin::staticMetaObject, qt_meta_stringdata_requests,
- qt_meta_data_requests, 0 }
-};
-
-const QMetaObject *requests::metaObject() const
-{
- return &staticMetaObject;
-}
-
-void *requests::qt_metacast(const char *_clname)
-{
- if (!_clname) return 0;
- if (!strcmp(_clname, qt_meta_stringdata_requests))
- return static_cast<void*>(const_cast<requests*>(this));
- return MasterServerPlugin::qt_metacast(_clname);
-}
-
-int requests::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
-{
- _id = MasterServerPlugin::qt_metacall(_c, _id, _a);
- if (_id < 0)
- return _id;
- return _id;
-}
Deleted: trunk/qcell/requests/GeneratedFiles/Release/moc_MasterServerInterface.cpp
===================================================================
--- trunk/qcell/requests/GeneratedFiles/Release/moc_MasterServerInterface.cpp 2006-11-29 12:02:27 UTC (rev 18)
+++ trunk/qcell/requests/GeneratedFiles/Release/moc_MasterServerInterface.cpp 2006-11-29 12:44:00 UTC (rev 19)
@@ -1,76 +0,0 @@
-/****************************************************************************
-** Meta object code from reading C++ file 'MasterServerInterface.h'
-**
-** Created: Thu 26. Oct 20:07:32 2006
-** by: The Qt Meta Object Compiler version 59 (Qt 4.2.1)
-**
-** WARNING! All changes made in this file will be lost!
-*****************************************************************************/
-
-#include "../../../headers/MasterServerInterface.h"
-#if !defined(Q_MOC_OUTPUT_REVISION)
-#error "The header file 'MasterServerInterface.h' doesn't include <QObject>."
-#elif Q_MOC_OUTPUT_REVISION != 59
-#error "This file was generated using the moc from 4.2.1. It"
-#error "cannot be used with the include files from this version of Qt."
-#error "(The moc has changed too much.)"
-#endif
-
-static const uint qt_meta_data_MasterServerInterface[] = {
-
- // content:
- 1, // revision
- 0, // classname
- 0, 0, // classinfo
- 1, 10, // methods
- 0, 0, // properties
- 0, 0, // enums/sets
-
- // signals: signature, parameters, type, tag, flags
- 35, 23, 22, 22, 0x05,
-
- 0 // eod
-};
-
-static const char qt_meta_stringdata_MasterServerInterface[] = {
- "MasterServerInterface\0\0type,client\0clientListChange(int,ClientInfo)\0"
-};
-
-const QMetaObject MasterServerInterface::staticMetaObject = {
- { &QObject::staticMetaObject, qt_meta_stringdata_MasterServerInterface,
- qt_meta_data_MasterServerInterface, 0 }
-};
-
-const QMetaObject *MasterServerInterface::metaObject() const
-{
- return &staticMetaObject;
-}
-
-void *MasterServerInterface::qt_metacast(const char *_clname)
-{
- if (!_clname) return 0;
- if (!strcmp(_clname, qt_meta_stringdata_MasterServerInterface))
- return static_cast<void*>(const_cast<MasterServerInterface*>(this));
- return QObject::qt_metacast(_clname);
-}
-
-int MasterServerInterface::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
-{
- _id = QObject::qt_metacall(_c, _id, _a);
- if (_id < 0)
- return _id;
- if (_c == QMetaObject::InvokeMetaMethod) {
- switch (_id) {
- case 0: clientListChange((*reinterpret_cast< int(*)>(_a[1])),(*reinterpret_cast< ClientInfo(*)>(_a[2]))); break;
- }
- _id -= 1;
- }
- return _id;
-}
-
-// SIGNAL 0
-void MasterServerInterface::clientListChange(int _t1, ClientInfo _t2)
-{
- void *_a[] = { 0, const_cast<void*>(reinterpret_cast<const void*>(&_t1)), const_cast<void*>(reinterpret_cast<const void*>(&_t2)) };
- QMetaObject::activate(this, &staticMetaObject, 0, _a);
-}
Deleted: trunk/qcell/requests/GeneratedFiles/Release/moc_MasterServerPlugin.cpp
===================================================================
--- trunk/qcell/requests/GeneratedFiles/Release/moc_MasterServerPlugin.cpp 2006-11-29 12:02:27 UTC (rev 18)
+++ trunk/qcell/requests/GeneratedFiles/Release/moc_MasterServerPlugin.cpp 2006-11-29 12:44:00 UTC (rev 19)
@@ -1,60 +0,0 @@
-/****************************************************************************
-** Meta object code from reading C++ file 'MasterServerPlugin.h'
-**
-** Created: Thu 26. Oct 20:07:32 2006
-** by: The Qt Meta Object Compiler version 59 (Qt 4.2.1)
-**
-** WARNING! All changes made in this file will be lost!
-*****************************************************************************/
-
-#include "../../../headers/MasterServerPlugin.h"
-#if !defined(Q_MOC_OUTPUT_REVISION)
-#error "The header file 'MasterServerPlugin.h' doesn't include <QObject>."
-#elif Q_MOC_OUTPUT_REVISION != 59
-#error "This file was generated using the moc from 4.2.1. It"
-#error "cannot be used with the include files from this version of Qt."
-#error "(The moc has changed too much.)"
-#endif
-
-static const uint qt_meta_data_MasterServerPlugin[] = {
-
- // content:
- 1, // revision
- 0, // classname
- 0, 0, // classinfo
- 0, 0, // methods
- 0, 0, // properties
- 0, 0, // enums/sets
-
- 0 // eod
-};
-
-static const char qt_meta_stringdata_MasterServerPlugin[] = {
- "MasterServerPlugin\0"
-};
-
-const QMetaObject MasterServerPlugin::staticMetaObject = {
- { &QObject::staticMetaObject, qt_meta_stringdata_MasterServerPlugin,
- qt_meta_data_MasterServerPlugin, 0 }
-};
-
-const QMetaObject *MasterServerPlugin::metaObject() const
-{
- return &staticMetaObject;
-}
-
-void *MasterServerPlugin::qt_metacast(const char *_clname)
-{
- if (!_clname) return 0;
- if (!strcmp(_clname, qt_meta_stringdata_MasterServerPlugin))
- return static_cast<void*>(const_cast<MasterServerPlugin*>(this));
- return QObject::qt_metacast(_clname);
-}
-
-int MasterServerPlugin::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
-{
- _id = QObject::qt_metacall(_c, _id, _a);
- if (_id < 0)
- return _id;
- return _id;
-}
Deleted: trunk/qcell/requests/GeneratedFiles/Release/moc_requests.cpp
===================================================================
--- trunk/qcell/requests/GeneratedFiles/Release/moc_requests.cpp 2006-11-29 12:02:27 UTC (rev 18)
+++ trunk/qcell/requests/GeneratedFiles/Release/moc_requests.cpp 2006-11-29 12:44:00 UTC (rev 19)
@@ -1,60 +0,0 @@
-/****************************************************************************
-** Meta object code from reading C++ file 'requests.h'
-**
-** Created: Thu 26. Oct 20:07:32 2006
-** by: The Qt Meta Object Compiler version 59 (Qt 4.2.1)
-**
-** WARNING! All changes made in this file will be lost!
-*****************************************************************************/
-
-#include "../../requests.h"
-#if !defined(Q_MOC_OUTPUT_REVISION)
-#error "The header file 'requests.h' doesn't include <QObject>."
-#elif Q_MOC_OUTPUT_REVISION != 59
-#error "This file was generated using the moc from 4.2.1. It"
-#error "cannot be used with the include files from this version of Qt."
-#error "(The moc has changed too much.)"
-#endif
-
-static const uint qt_meta_data_requests[] = {
-
- // content:
- 1, // revision
- 0, // classname
- 0, 0, // classinfo
- 0, 0, // methods
- 0, 0, // properties
- 0, 0, // enums/sets
-
- 0 // eod
-};
-
-static const char qt_meta_stringdata_requests[] = {
- "requests\0"
-};
-
-const QMetaObject requests::staticMetaObject = {
- { &MasterServerPlugin::staticMetaObject, qt_meta_stringdata_requests,
- qt_meta_data_requests, 0 }
-};
-
-const QMetaObject *requests::metaObject() const
-{
- return &staticMetaObject;
-}
-
-void *requests::qt_metacast(const char *_clname)
-{
- if (!_clname) return 0;
- if (!strcmp(_clname, qt_meta_stringdata_requests))
- return static_cast<void*>(const_cast<requests*>(this));
- return MasterServerPlugin::qt_metacast(_clname);
-}
-
-int requests::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
-{
- _id = MasterServerPlugin::qt_metacall(_c, _id, _a);
- if (_id < 0)
- return _id;
- return _id;
-}
Deleted: trunk/qcell/server/GeneratedFiles/Debug/moc_MasterServer.cpp
===================================================================
--- trunk/qcell/server/GeneratedFiles/Debug/moc_MasterServer.cpp 2006-11-29 12:02:27 UTC (rev 18)
+++ trunk/qcell/server/GeneratedFiles/Debug/moc_MasterServer.cpp 2006-11-29 12:44:00 UTC (rev 19)
@@ -1,123 +0,0 @@
-/****************************************************************************
-** Meta object code from reading C++ file 'MasterServer.h'
-**
-** Created: Sun 29. Oct 11:57:35 2006
-** by: The Qt Meta Object Compiler version 59 (Qt 4.2.1)
-**
-** WARNING! All changes made in this file will be lost!
-*****************************************************************************/
-
-#include "../../../baseheaders/MasterServer.h"
-#if !defined(Q_MOC_OUTPUT_REVISION)
-#error "The header file 'MasterServer.h' doesn't include <QObject>."
-#elif Q_MOC_OUTPUT_REVISION != 59
-#error "This file was generated using the moc from 4.2.1. It"
-#error "cannot be used with the include files from this version of Qt."
-#error "(The moc has changed too much.)"
-#endif
-
-static const uint qt_meta_data_MasterServer[] = {
-
- // content:
- 1, // revision
- 0, // classname
- 0, 0, // classinfo
- 6, 10, // methods
- 0, 0, // properties
- 0, 0, // enums/sets
-
- // slots: signature, parameters, type, tag, flags
- 14, 13, 13, 13, 0x09,
- 48, 32, 13, 13, 0x09,
- 95, 86, 13, 13, 0x29,
- 121, 13, 13, 13, 0x09,
- 135, 13, 13, 13, 0x09,
- 151, 13, 13, 13, 0x0a,
-
- 0 // eod
-};
-
-static const char qt_meta_stringdata_MasterServer[] = {
- "MasterServer\0\0datagramRecived()\0datagram,socket\0"
- "parseDatagram(QByteArray,QTcpSocket*)\0datagram\0"
- "parseDatagram(QByteArray)\0pingClients()\0TcpConnection()\0serverKill()\0"
-};
-
-const QMetaObject MasterServer::staticMetaObject = {
- { &QThread::staticMetaObject, qt_meta_stringdata_MasterServer,
- qt_meta_data_MasterServer, 0 }
-};
-
-const QMetaObject *MasterServer::metaObject() const
-{
- return &staticMetaObject;
-}
-
-void *MasterServer::qt_metacast(const char *_clname)
-{
- if (!_clname) return 0;
- if (!strcmp(_clname, qt_meta_stringdata_MasterServer))
- return static_cast<void*>(const_cast<MasterServer*>(this));
- return QThread::qt_metacast(_clname);
-}
-
-int MasterServer::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
-{
- _id = QThread::qt_metacall(_c, _id, _a);
- if (_id < 0)
- return _id;
- if (_c == QMetaObject::InvokeMetaMethod) {
- switch (_id) {
- case 0: datagramRecived(); break;
- case 1: parseDatagram((*reinterpret_cast< QByteArray(*)>(_a[1])),(*reinterpret_cast< QTcpSocket*(*)>(_a[2]))); break;
- case 2: parseDatagram((*reinterpret_cast< QByteArray(*)>(_a[1]))); break;
- case 3: pingClients(); break;
- case 4: TcpConnection(); break;
- case 5: serverKill(); break;
- }
- _id -= 6;
- }
- return _id;
-}
-static const uint qt_meta_data_ServerInterface[] = {
-
- // content:
- 1, // revision
- 0, // classname
- 0, 0, // classinfo
- 0, 0, // methods
- 0, 0, // properties
- 0, 0, // enums/sets
-
- 0 // eod
-};
-
-static const char qt_meta_stringdata_ServerInterface[] = {
- "ServerInterface\0"
-};
-
-const QMetaObject ServerInterface::staticMetaObject = {
- { &MasterServerInterface::staticMetaObject, qt_meta_stringdata_ServerInterface,
- qt_meta_data_ServerInterface, 0 }
-};
-
-const QMetaObject *ServerInterface::metaObject() const
-{
- return &staticMetaObject;
-}
-
-void *ServerInterface::qt_metacast(const char *_clname)
-{
- if (!_clname) return 0;
- if (!strcmp(_clname, qt_meta_stringdata_ServerInterface))
- return static_cast<void*>(const_cast<ServerInterface*>(this));
- return MasterServerInterface::qt_metacast(_clname);
-}
-
-int ServerInterface::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
-{
- _id = MasterServerInterface::qt_metacall(_c, _id, _a);
- if (_id < 0)
- return _id;
- return _id;
-}
Deleted: trunk/qcell/server/GeneratedFiles/Debug/moc_MasterServerInterface.cpp
===================================================================
--- trunk/qcell/server/GeneratedFiles/Debug/moc_MasterServerInterface.cpp 2006-11-29 12:02:27 UTC (rev 18)
+++ trunk/qcell/server/GeneratedFiles/Debug/moc_MasterServerInterface.cpp 2006-11-29 12:44:00 UTC (rev 19)
@@ -1,76 +0,0 @@
-/****************************************************************************
-** Meta object code from reading C++ file 'MasterServerInterface.h'
-**
-** Created: Sun 29. Oct 11:57:35 2006
-** by: The Qt Meta Object Compiler version 59 (Qt 4.2.1)
-**
-** WARNING! All changes made in this file will be lost!
-*****************************************************************************/
-
-#include "../../../baseheaders/MasterServerInterface.h"
-#if !defined(Q_MOC_OUTPUT_REVISION)
-#error "The header file 'MasterServerInterface.h' doesn't include <QObject>."
-#elif Q_MOC_OUTPUT_REVISION != 59
-#error "This file was generated using the moc from 4.2.1. It"
-#error "cannot be used with the include files from this version of Qt."
-#error "(The moc has changed too much.)"
-#endif
-
-static const uint qt_meta_data_MasterServerInterface[] = {
-
- // content:
- 1, // revision
- 0, // classname
- 0, 0, // classinfo
- 1, 10, // methods
- 0, 0, // properties
- 0, 0, // enums/sets
-
- // signals: signature, parameters, type, tag, flags
- 35, 23, 22, 22, 0x05,
-
- 0 // eod
-};
-
-static const char qt_meta_stringdata_MasterServerInterface[] = {
- "MasterServerInterface\0\0type,client\0clientListChange(int,ClientInfo)\0"
-};
-
-const QMetaObject MasterServerInterface::staticMetaObject = {
- { &QObject::staticMetaObject, qt_meta_stringdata_MasterServerInterface,
- qt_meta_data_MasterServerInterface, 0 }
-};
-
-const QMetaObject *MasterServerInterface::metaObject() const
-{
- return &staticMetaObject;
-}
-
-void *MasterServerInterface::qt_metacast(const char *_clname)
-{
- if (!_clname) return 0;
- if (!strcmp(_clname, qt_meta_stringdata_MasterServerInterface))
- return static_cast<void*>(const_cast<MasterServerInterface*>(this));
- return QObject::qt_metacast(_clname);
-}
-
-int MasterServerInterface::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
-{
- _id = QObject::qt_metacall(_c, _id, _a);
- if (_id < 0)
- return _id;
- if (_c == QMetaObject::InvokeMetaMethod) {
- switch (_id) {
- case 0: clientListChange((*reinterpret_cast< int(*)>(_a[1])),(*reinterpret_cast< ClientInfo(*)>(_a[2]))); break;
- }
- _id -= 1;
- }
- return _id;
-}
-
-// SIGNAL 0
-void MasterServerInterface::clientListChange(int _t1, ClientInfo _t2)
-{
- void *_a[] = { 0, const_cast<void*>(reinterpret_cast<const void*>(&_t1)), const_cast<void*>(reinterpret_cast<const void*>(&_t2)) };
- QMetaObject::activate(this, &staticMetaObject, 0, _a);
-}
Deleted: trunk/qcell/server/GeneratedFiles/Debug/moc_MasterServerPlugin.cpp
===================================================================
--- trunk/qcell/server/GeneratedFiles/Debug/moc_MasterServerPlugin.cpp 2006-11-29 12:02:27 UTC (rev 18)
+++ trunk/qcell/server/GeneratedFiles/Debug/moc_MasterServerPlugin.cpp 2006-11-29 12:44:00 UTC (rev 19)
@@ -1,60 +0,0 @@
-/****************************************************************************
-** Meta object code from reading C++ file 'MasterServerPlugin.h'
-**
-** Created: Sun 29. Oct 11:57:35 2006
-** by: The Qt Meta Object Compiler version 59 (Qt 4.2.1)
-**
-** WARNING! All changes made in this file will be lost!
-*****************************************************************************/
-
-#include "../../../baseheaders/MasterServerPlugin.h"
-#if !defined(Q_MOC_OUTPUT_REVISION)
-#error "The header file 'MasterServerPlugin.h' doesn't include <QObject>."
-#elif Q_MOC_OUTPUT_REVISION != 59
-#error "This file was generated using the moc from 4.2.1. It"
-#error "cannot be used with the include files from this version of Qt."
-#error "(The moc has changed too much.)"
-#endif
-
-static const uint qt_meta_data_MasterServerPlugin[] = {
-
- // content:
- 1, // revision
- 0, // classname
- 0, 0, // classinfo
- 0, 0, // methods
- 0, 0, // properties
- 0, 0, // enums/sets
-
- 0 // eod
-};
-
-static const char qt_meta_stringdata_MasterServerPlugin[] = {
- "MasterServerPlugin\0"
-};
-
-const QMetaObject MasterServerPlugin::staticMetaObject = {
- { &QObject::staticMetaObject, qt_meta_stringdata_MasterServerPlugin,
- qt_meta_data_MasterServerPlugin, 0 }
-};
-
-const QMetaObject *MasterServerPlugin::metaObject() const
-{
- return &staticMetaObject;
-}
-
-void *MasterServerPlugin::qt_metacast(const char *_clname)
-{
- if (!_clname) return 0;
- if (!strcmp(_clname, qt_meta_stringdata_MasterServerPlugin))
- return static_cast<void*>(const_cast<MasterServerPlugin*>(this));
- return QObject::qt_metacast(_clname);
-}
-
-int MasterServerPlugin::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
-{
- _id = QObject::qt_metacall(_c, _id, _a);
- if (_id < 0)
- return _id;
- return _id;
-}
Deleted: trunk/qcell/server/GeneratedFiles/Release/moc_MasterServer.cpp
===================================================================
--- trunk/qcell/server/GeneratedFiles/Release/moc_MasterServer.cpp 2006-11-29 12:02:27 UTC (rev 18)
+++ trunk/qcell/server/GeneratedFiles/Release/moc_MasterServer.cpp 2006-11-29 12:44:00 UTC (rev 19)
@@ -1,123 +0,0 @@
-/****************************************************************************
-** Meta object code from reading C++ file 'MasterServer.h'
-**
-** Created: Thu 26. Oct 20:07:29 2006
-** by: The Qt Meta Object Compiler version 59 (Qt 4.2.1)
-**
-** WARNING! All changes made in this file will be lost!
-*****************************************************************************/
-
-#include "../../../headers/MasterServer.h"
-#if !defined(Q_MOC_OUTPUT_REVISION)
-#error "The header file 'MasterServer.h' doesn't include <QObject>."
-#elif Q_MOC_OUTPUT_REVISION != 59
-#error "This file was generated using the moc from 4.2.1. It"
-#error "cannot be used with the include files from this version of Qt."
-#error "(The moc has changed too much.)"
-#endif
-
-static const uint qt_meta_data_MasterServer[] = {
-
- // content:
- 1, // revision
- 0, // classname
- 0, 0, // classinfo
- 6, 10, // methods
- 0, 0, // properties
- 0, 0, // enums/sets
-
- // slots: signature, parameters, type, tag, flags
- 14, 13, 13, 13, 0x09,
- 48, 32, 13, 13, 0x09,
- 95, 86, 13, 13, 0x29,
- 121, 13, 13, 13, 0x09,
- 135, 13, 13, 13, 0x09,
- 151, 13, 13, 13, 0x0a,
-
- 0 // eod
-};
-
-static const char qt_meta_stringdata_MasterServer[] = {
- "MasterServer\0\0datagramRecived()\0datagram,socket\0"
- "parseDatagram(QByteArray,QTcpSocket*)\0datagram\0"
- "parseDatagram(QByteArray)\0pingClients()\0TcpConnection()\0serverKill()\0"
-};
-
-const QMetaObject MasterServer::staticMetaObject = {
- { &QThread::staticMetaObject, qt_meta_stringdata_MasterServer,
- qt_meta_data_MasterServer, 0 }
-};
-
-const QMetaObject *MasterServer::metaObject() const
-{
- return &staticMetaObject;
-}
-
-void *MasterServer::qt_metacast(const char *_clname)
-{
- if (!_clname) return 0;
- if (!strcmp(_clname, qt_meta_stringdata_MasterServer))
- return static_cast<void*>(const_cast<MasterServer*>(this));
- return QThread::qt_metacast(_clname);
-}
-
-int MasterServer::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
-{
- _id = QThread::qt_metacall(_c, _id, _a);
- if (_id < 0)
- return _id;
- if (_c == QMetaObject::InvokeMetaMethod) {
- switch (_id) {
- case 0: datagramRecived(); break;
- case 1: parseDatagram((*reinterpret_cast< QByteArray(*)>(_a[1])),(*reinterpret_cast< QTcpSocket*(*)>(_a[2]))); break;
- case 2: parseDatagram((*reinterpret_cast< QByteArray(*)>(_a[1]))); break;
- case 3: pingClients(); break;
- case 4: TcpConnection(); break;
- case 5: serverKill(); break;
- }
- _id -= 6;
- }
- return...
[truncated message content] |