ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/xmltv_parser/trunk/libxmltv/Core/XMLTV_CONSTANTS.cs
(Generate patch)

Comparing trunk/libxmltv/Core/XMLTV_CONSTANTS.cs (file contents):
Revision 24 by william, Thu Mar 7 11:08:48 2013 UTC vs.
Revision 25 by william, Thu Mar 7 11:36:00 2013 UTC

# Line 5 | Line 5 | using System.Text;
5  
6   namespace libxmltv.Core
7   {
8 <    public class XMLTV_CONSTANTS
8 >    public static class XMLTV_CONSTANTS
9      {
10          public const string ROOT_ELEMENT = "tv";
11          public const string CHANNEL_ELEMENT = "channel";
12          public const string PROGRAM_ELEMENT = "programme";
13 +
14 +        #region Source Constants
15 +        public static class Source
16 +        {
17 +            public const string SourceName = "source-info-name";
18 +            public const string GeneratorName = "generator-info-name";
19 +            public const string GeneratorUrl = "generator-info-url";
20 +        }
21 +        #endregion
22      }
23   }
24  
25 +

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines