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

Comparing trunk/libxmltv/Core/XMLTV.cs (file contents):
Revision 22 by william, Thu Mar 7 10:20:50 2013 UTC vs.
Revision 23 by william, Thu Mar 7 11:08:48 2013 UTC

# Line 22 | Line 22 | namespace libxmltv.Core
22              XMLTV_PARSER parser = new XMLTV_PARSER(xmltv);
23              return parser;
24          }
25 +
26 +        public static IXMLTV_PARSER GetParser(object xmltv)
27 +        {
28 +            IXMLTV_PARSER _xmltv;
29 +            if (!Internals.VerifyInstance<IXMLTV_PARSER>(xmltv, out _xmltv)) { return null; }
30 +            return _xmltv;
31 +        }
32      }
33   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines