Parent Directory
|
Revision Log
|
Patch
--- trunk/libxmltv/Interfaces/Interfaces.cs 2013/03/07 13:46:39 31 +++ trunk/libxmltv/Interfaces/Interfaces.cs 2013/03/08 02:13:59 36 @@ -8,15 +8,15 @@ namespace libxmltv.Interfaces { - public interface IXMLTV_LOADER + public interface IXMLTVLoader { FileInfo XmlFile { get; } XDocument XmlDoc { get; } } - public interface IXMLTV_PARSER + public interface IXMLTVParser { - IXMLTV_LOADER XMLTV_LOADER { get; } - void TestParse(); + //IXMLTV_LOADER XMLTV_LOADER { get; } + //void TestParse(); IXMLTVSource Source { get; } Dictionary<string, IXMLTVChannel> Channels { get; } Dictionary<int, IXMLTVProgram> Programs { get; } @@ -48,4 +48,5 @@ string Description { get; } string ToString(); } + public interface IXMLTVRuntimeInstance : IXMLTVLoader, IXMLTVParser { } } \ No newline at end of file
ViewVC Help | |
Powered by ViewVC 1.1.22 |