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

Comparing trunk/libxmltv/Interfaces/Interfaces.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 16 | Line 16 | namespace libxmltv.Interfaces
16      {
17          IXMLTV_LOADER XMLTV_LOADER { get; }
18          void TestParse();
19 +        IXMLTVSource Source { get; }
20 +    }
21 +
22 +    public interface IXMLTVSource
23 +    {
24 +        string SourceName { get; }
25 +        string GeneratorName { get; }
26 +        string GeneratorUrl { get; }
27 +        string ToString();
28      }
29   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines