[rygel] core: Constant for ContentDirectory v1
- From: Zeeshan Ali Khattak <zeeshanak src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [rygel] core: Constant for ContentDirectory v1
- Date: Thu, 1 Apr 2010 22:55:55 +0000 (UTC)
commit defadc0112c8ce7633aa9acd11fa3635322c01bc
Author: Zeeshan Ali (Khattak) <zeeshanak gnome org>
Date: Sun Mar 28 04:40:10 2010 +0300
core: Constant for ContentDirectory v1
src/rygel/rygel-content-directory.vala | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/src/rygel/rygel-content-directory.vala b/src/rygel/rygel-content-directory.vala
index d4bf850..6cb4a78 100644
--- a/src/rygel/rygel-content-directory.vala
+++ b/src/rygel/rygel-content-directory.vala
@@ -44,6 +44,8 @@ public class Rygel.ContentDirectory: Service {
public const string UPNP_ID = "urn:upnp-org:serviceId:ContentDirectory";
public const string UPNP_TYPE =
"urn:schemas-upnp-org:service:ContentDirectory:2";
+ public const string UPNP_TYPE_V1 =
+ "urn:schemas-upnp-org:service:ContentDirectory:1";
public const string DESCRIPTION_PATH = "xml/ContentDirectory.xml";
private const string SEARCH_CAPS = "@id,@parentID,@refID," +
"upnp:class,dc:title,dc:creator," +
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]