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 25 by william, Thu Mar 7 11:36:00 2013 UTC vs.
Revision 26 by william, Thu Mar 7 11:58:34 2013 UTC

# Line 19 | Line 19 | namespace libxmltv.Core
19              public const string GeneratorUrl = "generator-info-url";
20          }
21          #endregion
22 +        #region Channel Constants
23 +        public static class Channels
24 +        {
25 +            public const string ChannelId = "id";
26 +            public const string ChannelDisplayName = "display-name";
27 +        }
28 +        #endregion
29      }
30 < }
24 <
25 <
30 > }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines