dbus/dbus dbus-marshal-recursive.h,1.26,1.27
Havoc Pennington
hp@freedesktop.org
Wed Jan 26 16:52:32 PST 2005
Update of /cvs/dbus/dbus/dbus
In directory gabe:/tmp/cvs-serv24020/dbus
Modified Files:
dbus-marshal-recursive.h
Log Message:
2005-01-26 Havoc Pennington <hp@redhat.com>
* dbus/dbus-marshal-recursive.h: remove todo comment
Index: dbus-marshal-recursive.h
===================================================================
RCS file: /cvs/dbus/dbus/dbus/dbus-marshal-recursive.h,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -d -r1.26 -r1.27
--- dbus-marshal-recursive.h 16 Jan 2005 15:51:55 -0000 1.26
+++ dbus-marshal-recursive.h 27 Jan 2005 00:52:30 -0000 1.27
@@ -33,24 +33,6 @@
#error "config.h not included here"
#endif
-/* Features we need to port dbus-message:
- * - memoize a position of a reader for small/fast access later
- * - delete an array element and re-align the remainder of the array
- * (not necessary yet to re-align remainder of entire string,
- * though that's probably just as hard/easy)
- * (really this one is to set a complex-type array element to
- * a new value, but for dbus-message.c delete-and-reappend would
- * be good enough)
- * - set string, int, etc. values at a memoized position
- * (implement generic set of any value? changes only
- * value_str not type_str)
- * - implement has_next()
- * - the all-in-one-block array accessors
- * - validation
- *
- * - remember to try a HAVE_INT64=0 build at the end
- */
-
typedef struct DBusTypeMark DBusTypeMark;
typedef struct DBusTypeReader DBusTypeReader;
typedef struct DBusTypeWriter DBusTypeWriter;
More information about the dbus-commit
mailing list