Harmonize swift domain names to org.swift-project.*

This commit is contained in:
Roland Winklmeier
2015-04-15 21:57:38 +02:00
committed by Michał Garapich
parent f9de3ad409
commit 57b5e1421c
22 changed files with 29 additions and 29 deletions

View File

@@ -22,7 +22,7 @@ XBus::CPlugin *g_plugin;
PLUGIN_API int XPluginStart(char *o_name, char *o_sig, char *o_desc)
{
std::strcpy(o_name, "X-Bus");
std::strcpy(o_sig, "org.swift.XBus");
std::strcpy(o_sig, "org.swift-project.xbus");
std::strcpy(o_desc, "Allows pilot client to connect to X-Plane via D-Bus");
XBus::CTraffic::initLegacyData();

View File

@@ -9,7 +9,7 @@
namespace {
inline QString xbusServiceName() {
return QStringLiteral("org.swift.xbus");
return QStringLiteral("org.swift-project.xbus");
}
}

View File

@@ -21,7 +21,7 @@
class QTimer;
//! \cond PRIVATE
#define XBUS_SERVICE_INTERFACENAME "org.swift.xbus.service"
#define XBUS_SERVICE_INTERFACENAME "org.swift-project.xbus.service"
#define XBUS_SERVICE_OBJECTPATH "/xbus"
//! \endcond

View File

@@ -14,7 +14,7 @@
#include "XPMPMultiplayer.h"
//! \cond PRIVATE
#define XBUS_TRAFFIC_INTERFACENAME "org.swift.xbus.traffic"
#define XBUS_TRAFFIC_INTERFACENAME "org.swift-project.xbus.traffic"
#define XBUS_TRAFFIC_OBJECTPATH "/xbus/traffic"
//! \endcond