~rye/ubuntuone-client/handle-dbus-errback-in-launcher-stable-1-4

« back to all changes in this revision

Viewing changes to ubuntuone/syncdaemon/dbus_interface.py

  • Committer: Tarmac
  • Author(s): Roman Yepishev
  • Date: 2010-09-17 14:21:43 UTC
  • mfrom: (705.1.1 unique-check-is-unique)
  • Revision ID: tarmac-20100917142143-rg61t1ne6i6jro2h
Use com.syncdaemon.SyncDaemon.UniqueInstance name to check for existing instance of syncdaemon.

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
# pylint: disable-msg=C0103
40
40
 
41
41
DBUS_IFACE_NAME = 'com.ubuntuone.SyncDaemon'
42
 
DBUS_IFACE_SYNC_NAME = 'com.ubuntuone.SyncDaemon.SyncDaemon'
 
42
DBUS_IFACE_UNIQUE_NAME = DBUS_IFACE_NAME + '.UniqueInstance'
 
43
DBUS_IFACE_SYNC_NAME = DBUS_IFACE_NAME + '.SyncDaemon'
43
44
DBUS_IFACE_STATUS_NAME = DBUS_IFACE_NAME+'.Status'
44
45
DBUS_IFACE_EVENTS_NAME = DBUS_IFACE_NAME+'.Events'
45
46
DBUS_IFACE_FS_NAME = DBUS_IFACE_NAME+'.FileSystem'