dbus/dbus dbus-marshal-recursive.c, 1.8,
1.9 dbus-marshal-recursive.h, 1.6, 1.7
Havoc Pennington
hp at freedesktop.org
Wed Dec 29 14:31:03 PST 2004
Update of /cvs/dbus/dbus/dbus
In directory gabe:/tmp/cvs-serv12438
Modified Files:
dbus-marshal-recursive.c dbus-marshal-recursive.h
Log Message:
DBusTypeWriterClass isn't going to work well, so remove vestiges of it.
Index: dbus-marshal-recursive.c
===================================================================
RCS file: /cvs/dbus/dbus/dbus/dbus-marshal-recursive.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- dbus-marshal-recursive.c 29 Dec 2004 22:22:41 -0000 1.8
+++ dbus-marshal-recursive.c 29 Dec 2004 22:31:01 -0000 1.9
@@ -553,6 +553,16 @@
return _dbus_type_reader_get_current_type (reader) != DBUS_TYPE_INVALID;
}
+
+/*
+ *
+ *
+ * DBusTypeWriter
+ *
+ *
+ *
+ */
+
void
_dbus_type_writer_init (DBusTypeWriter *writer,
int byte_order,
Index: dbus-marshal-recursive.h
===================================================================
RCS file: /cvs/dbus/dbus/dbus/dbus-marshal-recursive.h,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- dbus-marshal-recursive.h 29 Dec 2004 22:22:41 -0000 1.6
+++ dbus-marshal-recursive.h 29 Dec 2004 22:31:01 -0000 1.7
@@ -34,7 +34,6 @@
typedef struct DBusTypeReader DBusTypeReader;
typedef struct DBusTypeWriter DBusTypeWriter;
typedef struct DBusTypeReaderClass DBusTypeReaderClass;
-typedef struct DBusTypeWriterClass DBusTypeWriterClass;
struct DBusTypeReader
{
@@ -74,7 +73,6 @@
dbus_uint32_t inside_array : 1;
- /* const DBusTypeWriterClass *klass; */
int container_type;
union
{
More information about the dbus-commit
mailing list