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

@@ -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"
//! @}