dbus/bus activation.c,1.46,1.47 connection.c,1.63,1.64

John Palmieri johnp at kemper.freedesktop.org
Mon Sep 11 10:41:23 PDT 2006


Update of /cvs/dbus/dbus/bus
In directory kemper:/tmp/cvs-serv13440/bus

Modified Files:
	activation.c connection.c 
Log Message:
* remove a bunch of todo items from the 1.0 list


Index: activation.c
===================================================================
RCS file: /cvs/dbus/dbus/bus/activation.c,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -d -r1.46 -r1.47
--- activation.c	11 Sep 2006 15:24:10 -0000	1.46
+++ activation.c	11 Sep 2006 17:41:21 -0000	1.47
@@ -1017,7 +1017,7 @@
 }
 
 /**
- * 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.

Index: connection.c
===================================================================
RCS file: /cvs/dbus/dbus/bus/connection.c,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -d -r1.63 -r1.64
--- connection.c	6 Sep 2006 00:14:06 -0000	1.63
+++ connection.c	11 Sep 2006 17:41:21 -0000	1.64
@@ -183,12 +183,12 @@
       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)))
     {



More information about the dbus-commit mailing list