From 054e14f466b8663de9b20504c17c61a53bf85a8b Mon Sep 17 00:00:00 2001 From: "Zeeshan Ali (Khattak)" Date: Tue, 26 Jan 2010 17:39:56 +0200 Subject: [PATCH] core: Implement 'CreateObject' action of CDS Currently we can only deal with 'no URI provided' case, i-e upload but OTOH actual uploading isn't implemented yet. :) --- data/xml/ContentDirectory.xml | 26 +++---- src/rygel/Makefile.am | 1 + src/rygel/rygel-content-directory.vala | 10 +++ src/rygel/rygel-item-creator.vala | 138 +++++++++++++++++++++++++++++++++ src/rygel/rygel-media-container.vala | 31 ++++++++ 5 files changed, 193 insertions(+), 13 deletions(-) create mode 100644 src/rygel/rygel-item-creator.vala diff --git a/data/xml/ContentDirectory.xml b/data/xml/ContentDirectory.xml index c687d0d..a129d78 100644 --- a/data/xml/ContentDirectory.xml +++ b/data/xml/ContentDirectory.xml @@ -328,19 +328,6 @@ feature provided by your editor. -