mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-05 17:35:34 +08:00
Harmonize swift domain names to org.swift-project.*
This commit is contained in:
committed by
Michał Garapich
parent
f9de3ad409
commit
57b5e1421c
@@ -24,10 +24,10 @@
|
||||
//! @{
|
||||
|
||||
//! DBus interface for context
|
||||
#define BLACKCORE_CONTEXTAPPLICATION_INTERFACENAME "org.swift.pilotclient.BlackCore.ContextApplication"
|
||||
#define BLACKCORE_CONTEXTAPPLICATION_INTERFACENAME "org.swift-project.blackcore.contextapplication"
|
||||
|
||||
//! DBus object path for context
|
||||
#define BLACKCORE_CONTEXTAPPLICATION_OBJECTPATH "/Application"
|
||||
#define BLACKCORE_CONTEXTAPPLICATION_OBJECTPATH "/application"
|
||||
|
||||
//! @}
|
||||
|
||||
|
||||
@@ -26,10 +26,10 @@
|
||||
//! @{
|
||||
|
||||
//! DBus interface for context
|
||||
#define BLACKCORE_CONTEXTAUDIO_INTERFACENAME "org.swift.pilotclient.BlackCore.ContextAudio"
|
||||
#define BLACKCORE_CONTEXTAUDIO_INTERFACENAME "org.swift-project.blackcore.contextaudio"
|
||||
|
||||
//! DBus object path for context
|
||||
#define BLACKCORE_CONTEXTAUDIO_OBJECTPATH "/Audio"
|
||||
#define BLACKCORE_CONTEXTAUDIO_OBJECTPATH "/audio"
|
||||
|
||||
//! @}
|
||||
|
||||
|
||||
@@ -27,10 +27,10 @@
|
||||
//! @{
|
||||
|
||||
//! DBus interface for context
|
||||
#define BLACKCORE_CONTEXTNETWORK_INTERFACENAME "org.swift.pilotclient.BlackCore.ContextNetwork"
|
||||
#define BLACKCORE_CONTEXTNETWORK_INTERFACENAME "org.swift-project.blackcore.contextnetwork"
|
||||
|
||||
//! DBus object path for context
|
||||
#define BLACKCORE_CONTEXTNETWORK_OBJECTPATH "/Network"
|
||||
#define BLACKCORE_CONTEXTNETWORK_OBJECTPATH "/network"
|
||||
|
||||
//! @}
|
||||
|
||||
|
||||
@@ -22,10 +22,10 @@
|
||||
//! @{
|
||||
|
||||
//! DBus interface for context
|
||||
#define BLACKCORE_CONTEXTOWNAIRCRAFT_INTERFACENAME "org.swift.pilotclient.BlackCore.ContextOwnAircraft"
|
||||
#define BLACKCORE_CONTEXTOWNAIRCRAFT_INTERFACENAME "org.swift-project.blackcore.contextownaircraft"
|
||||
|
||||
//! DBus object path for context
|
||||
#define BLACKCORE_CONTEXTOWNAIRCRAFT_OBJECTPATH "/OwnAircraft"
|
||||
#define BLACKCORE_CONTEXTOWNAIRCRAFT_OBJECTPATH "/ownaircraft"
|
||||
|
||||
//! @}
|
||||
|
||||
|
||||
@@ -26,10 +26,10 @@
|
||||
//! @{
|
||||
|
||||
//! DBus interface for context
|
||||
#define BLACKCORE_CONTEXTSETTINGS_INTERFACENAME "org.swift.pilotclient.BlackCore.ContextSettings"
|
||||
#define BLACKCORE_CONTEXTSETTINGS_INTERFACENAME "org.swift-project.blackcore.contextsettings"
|
||||
|
||||
//! DBus object path for context
|
||||
#define BLACKCORE_CONTEXTSETTINGS_OBJECTPATH "/Settings"
|
||||
#define BLACKCORE_CONTEXTSETTINGS_OBJECTPATH "/settings"
|
||||
|
||||
//! @}
|
||||
|
||||
|
||||
@@ -16,10 +16,10 @@
|
||||
//! @{
|
||||
|
||||
//! DBus interface for context
|
||||
#define BLACKCORE_CONTEXTSIMULATOR_INTERFACENAME "org.swift.pilotclient.BlackCore.ContextSimulator"
|
||||
#define BLACKCORE_CONTEXTSIMULATOR_INTERFACENAME "org.swift-project.blackcore.contextsimulator"
|
||||
|
||||
//! DBus object path for context
|
||||
#define BLACKCORE_CONTEXTSIMULATOR_OBJECTPATH "/Simulator"
|
||||
#define BLACKCORE_CONTEXTSIMULATOR_OBJECTPATH "/simulator"
|
||||
|
||||
//! @}
|
||||
|
||||
|
||||
@@ -21,7 +21,7 @@
|
||||
#include <QMap>
|
||||
|
||||
//! Service name of DBus service
|
||||
#define BLACKCORE_RUNTIME_SERVICENAME "org.swift.pilotclient"
|
||||
#define BLACKCORE_RUNTIME_SERVICENAME "org.swift-project"
|
||||
|
||||
namespace BlackCore
|
||||
{
|
||||
|
||||
@@ -357,6 +357,6 @@ namespace BlackCore
|
||||
|
||||
} // namespace
|
||||
|
||||
Q_DECLARE_INTERFACE(BlackCore::ISimulatorFactory, "org.swift.pilotclient.BlackCore.SimulatorInterface")
|
||||
Q_DECLARE_INTERFACE(BlackCore::ISimulatorFactory, "org.swift-project.blackcore.simulatorinterface")
|
||||
|
||||
#endif // guard
|
||||
|
||||
Reference in New Issue
Block a user