summaryrefslogtreecommitdiffstats
path: root/hcid/dbus-error.h
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@nokia.com>2007-09-26 13:56:30 +0000
committerJohan Hedberg <johan.hedberg@nokia.com>2007-09-26 13:56:30 +0000
commit90e08a3db079ce84c9f49f46c48ef7c4b757a2e4 (patch)
treeddf08d70b537fa11338064a7896c3f8754403632 /hcid/dbus-error.h
parent09200aea99bdd29fb0f75b67162fbd958ef5df99 (diff)
Protect ActivateService against executing a service twice if it is currently starting up
Diffstat (limited to 'hcid/dbus-error.h')
-rw-r--r--hcid/dbus-error.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/hcid/dbus-error.h b/hcid/dbus-error.h
index 6a2036de..47fa40ca 100644
--- a/hcid/dbus-error.h
+++ b/hcid/dbus-error.h
@@ -64,3 +64,4 @@ DBusHandlerResult error_audit_already_exists(DBusConnection *conn, DBusMessage *
DBusHandlerResult error_trusted_device_already_exists(DBusConnection *conn, DBusMessage *msg);
DBusHandlerResult error_trusted_device_does_not_exists(DBusConnection *conn, DBusMessage *msg);
DBusHandlerResult error_disconnect_in_progress(DBusConnection *conn, DBusMessage *msg);
+DBusHandlerResult error_service_start_in_progress(DBusConnection *conn, DBusMessage *msg);