mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-20 12:35:43 +08:00
Harmonize swift domain names to org.swift-project.*
This commit is contained in:
committed by
Michał Garapich
parent
f9de3ad409
commit
57b5e1421c
@@ -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();
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
|
||||
namespace {
|
||||
inline QString xbusServiceName() {
|
||||
return QStringLiteral("org.swift.xbus");
|
||||
return QStringLiteral("org.swift-project.xbus");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user