summaryrefslogtreecommitdiff
path: root/droute
diff options
context:
space:
mode:
authorMark Doffman <mark.doffman@codethink.co.uk>2010-01-05 01:47:34 -0800
committerMark Doffman <mark.doffman@codethink.co.uk>2010-01-05 02:21:17 -0800
commit5713a8e46559b6de9fbf5fc3e073d0d482d8c7e1 (patch)
treebcd5bec668df796becdcafb64131c2c4c887b245 /droute
parent1dd7a3f08c3ac54abca261ae5aa539371f77ccc9 (diff)
downloadat-spi2-atk-5713a8e46559b6de9fbf5fc3e073d0d482d8c7e1.tar.gz
Integrate leasing scheme in-to atk-bridge.
This involved: Separating the 'cache' and registration of accessible objects. This is because the leased objects need to be available over D-Bus but are not cached. Separating the cache updating from the 'events'. This is because we should still recieve updates on leased accessibles, but they are not cached.
Diffstat (limited to 'droute')
-rw-r--r--droute/droute.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/droute/droute.c b/droute/droute.c
index 55020a7..5ab1478 100644
--- a/droute/droute.c
+++ b/droute/droute.c
@@ -525,6 +525,8 @@ handle_message (DBusConnection *bus, DBusMessage *message, void *user_data)
const gint type = dbus_message_get_type (message);
const gchar *pathstr = dbus_message_get_path (message);
+ _DROUTE_DEBUG ("DRoute (handle message): %s|%s of type %d on %s\n", member, iface, type, pathstr);
+
/* Check for basic reasons not to handle */
if (type != DBUS_MESSAGE_TYPE_METHOD_CALL ||
member == NULL ||