summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorClaudio Takahasi <claudio.takahasi@openbossa.org>2006-11-27 17:53:01 +0000
committerClaudio Takahasi <claudio.takahasi@openbossa.org>2006-11-27 17:53:01 +0000
commit9e491111d839470fc5b36126b90df3bc811dd814 (patch)
tree921f1db0981d6768db2aaf1e112ef7281f30d9db
parent842d31218419f535f11a1f4e149662efd5adb82e (diff)
Updated TODO list
-rw-r--r--hcid/dbus-todo.txt23
1 files changed, 20 insertions, 3 deletions
diff --git a/hcid/dbus-todo.txt b/hcid/dbus-todo.txt
index 3fecc3eb..c00f8e3d 100644
--- a/hcid/dbus-todo.txt
+++ b/hcid/dbus-todo.txt
@@ -7,6 +7,23 @@ Date: 2006/04/11
Description: Review these errors. The usage of "Does not exists"
and "Not available" are confusing.
-* code standard for sending msg function
-Date: 2006/04/13
-Description: use send_reply_and_unref when possible.
+* dbus_message_get_args usage standard
+Data: 2006/11/26
+Description: dbus_message_get_args returns FALSE if the error is set.
+Therefore, it is better get the function call return value than call
+dbus_error_is_set. Some call inside dbus-manager.c and dbus-adapter.c
+are not following this standard.
+
+* Authorization and services methods errors
+Date: 2006/11/26
+Define/review the errors for authorization and services methods
+
+* D-Bus policies for Service Agents
+Date: 2006/11/26
+Define D-Bus policies to avoid clients call the service agent methods
+directly.
+
+* Resolve Name
+Date: 2006/11/26
+Re-design the name resolving to avoid adapter busy "state" with paging when
+the remote device is not reachable.