[rygel/config] Provide consts for title and UDN keys
- From: Zeeshan Ali Khattak <zeeshanak src gnome org>
- To: svn-commits-list gnome org
- Subject: [rygel/config] Provide consts for title and UDN keys
- Date: Thu, 23 Apr 2009 13:09:58 -0400 (EDT)
commit 3c523dd05cf6cd5dbbff56bf814c69dc4e217c19
Author: Zeeshan Ali (Khattak) <zeeshanak gnome org>
Date: Thu Apr 23 16:55:45 2009 +0300
Provide consts for title and UDN keys
---
src/rygel/rygel-config-reader.vala | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/src/rygel/rygel-config-reader.vala b/src/rygel/rygel-config-reader.vala
index 59250e7..302c56c 100644
--- a/src/rygel/rygel-config-reader.vala
+++ b/src/rygel/rygel-config-reader.vala
@@ -33,6 +33,8 @@ public class Rygel.ConfigReader {
protected static const string IP_KEY = "host-ip";
protected static const string PORT_KEY = "port";
protected static const string XBOX_KEY = "enable-xbox";
+ protected static const string TITLE_KEY = "title";
+ protected static const string UDN_KEY = "UDN";
protected GConf.Client gconf;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]