Support turbo2.
[vuplus_dvbapp] / lib / base / rawfile.cpp
index 3a09e07..e32b262 100644 (file)
@@ -251,3 +251,8 @@ off_t eRawFile::length()
 {
        return m_totallength;
 }
+
+off_t eRawFile::offset()
+{
+       return m_last_offset;
+}