mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-08-08 02:25:37 +08:00
@@ -3,11 +3,15 @@
|
||||
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||
|
||||
#include "blackcore/coreruntime.h"
|
||||
#include "blackcore/context_runtime.h"
|
||||
#include "blackmisc/blackmiscfreefunctions.h"
|
||||
#include "blackcore/context_settings.h"
|
||||
#include "tool.h"
|
||||
#include <QtConcurrent/QtConcurrent>
|
||||
|
||||
#include <QMetaType>
|
||||
#include <QMetaMethod>
|
||||
|
||||
|
||||
/*!
|
||||
* DBus tests, tests marshalling / unmarshalling of many value classes.
|
||||
@@ -17,11 +21,10 @@ int main(int argc, char *argv[])
|
||||
{
|
||||
// metadata are registered in runtime
|
||||
QCoreApplication a(argc, argv);
|
||||
BlackCore::CCoreRuntime *core = new BlackCore::CCoreRuntime(true, &a);
|
||||
|
||||
BlackCore::CRuntime *core = new BlackCore::CRuntime(BlackCore::CRuntimeConfig::forCore(), &a);
|
||||
QtConcurrent::run(BlackMiscTest::Tool::serverLoop, core); // QFuture<void> future
|
||||
qDebug() << "Server event loop, pid:" << BlackMiscTest::Tool::getPid();
|
||||
|
||||
// loop
|
||||
// end
|
||||
return a.exec();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user