From 15c60238853f2896738c23b53e574b5d9cae1635 Mon Sep 17 00:00:00 2001 From: "John (J5) Palmieri" Date: Mon, 11 Sep 2006 17:41:21 +0000 Subject: * remove a bunch of todo items from the 1.0 list --- bus/activation.c | 2 +- bus/connection.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'bus') diff --git a/bus/activation.c b/bus/activation.c index fa439c41..8f9d653f 100644 --- a/bus/activation.c +++ b/bus/activation.c @@ -1017,7 +1017,7 @@ bus_activation_send_pending_auto_activation_messages (BusActivation *activation } /** - * FIXME @todo 1.0? the error messages here would ideally be preallocated + * FIXME @todo the error messages here would ideally be preallocated * so we don't need to allocate memory to send them. * Using the usual tactic, prealloc an OOM message, then * if we can't alloc the real error send the OOM error instead. diff --git a/bus/connection.c b/bus/connection.c index d05b7756..a7f3c1e9 100644 --- a/bus/connection.c +++ b/bus/connection.c @@ -183,12 +183,12 @@ bus_connection_disconnected (DBusConnection *connection) bus_matchmaker_disconnected (matchmaker, connection); } - /* Drop any service ownership. FIXME 1.0? Unfortunately, this requires + /* Drop any service ownership. Unfortunately, this requires * memory allocation and there doesn't seem to be a good way to * handle it other than sleeping; we can't "fail" the operation of * disconnecting a client, and preallocating a broadcast "service is * now gone" message for every client-service pair seems kind of - * involved. Probably we need to do that though. + * involved. */ while ((service = _dbus_list_get_last (&d->services_owned))) { -- cgit