summaryrefslogtreecommitdiff
path: root/p2pvr/scanner/dvbSiReaderHelper.h
diff options
context:
space:
mode:
authorrandomdan <randomdan@localhost>2011-04-12 06:47:21 +0000
committerrandomdan <randomdan@localhost>2011-04-12 06:47:21 +0000
commitc3e26a6257530fbdc61f63031e3ebff619520f6c (patch)
treec675e6e25c743d5e371742301dfb6e9267dbb3d6 /p2pvr/scanner/dvbSiReaderHelper.h
parentDon't use global seen lists and clear them after use (diff)
downloadp2pvr-c3e26a6257530fbdc61f63031e3ebff619520f6c.tar.bz2
p2pvr-c3e26a6257530fbdc61f63031e3ebff619520f6c.tar.xz
p2pvr-c3e26a6257530fbdc61f63031e3ebff619520f6c.zip
Extract episode details, year and flags from subtitle
Diffstat (limited to 'p2pvr/scanner/dvbSiReaderHelper.h')
-rw-r--r--p2pvr/scanner/dvbSiReaderHelper.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/p2pvr/scanner/dvbSiReaderHelper.h b/p2pvr/scanner/dvbSiReaderHelper.h
index 1efb461..d82ab29 100644
--- a/p2pvr/scanner/dvbSiReaderHelper.h
+++ b/p2pvr/scanner/dvbSiReaderHelper.h
@@ -21,7 +21,8 @@ class DvbSiReaderHelper {
virtual bool parseInfoTable(const u_char *data, size_t len, const RowProcessor *) const = 0;
void closeInput() const;
- static VariableType convert(const char * txt, size_t len);
+ typedef boost::shared_ptr<Glib::ustring> StrPtr;
+ static StrPtr convert(const char * txt, size_t len);
static const std::string ISO10646;
static const std::string EitEncoding;
static const std::string UTF8;