X-Git-Url: http://code.vuplus.com/gitweb/?p=vuplus_dvbapp;a=blobdiff_plain;f=lib%2Fbase%2Frawfile.cpp;h=e32b262ad612813633cb283b7276430f6f0eb55f;hp=3a09e07eef2b2a4f663200fcc4666eadcbe59c52;hb=HEAD;hpb=2b49c99dcd77e5c65d9563b38ed25e3153144818 diff --git a/lib/base/rawfile.cpp b/lib/base/rawfile.cpp index 3a09e07..e32b262 100644 --- a/lib/base/rawfile.cpp +++ b/lib/base/rawfile.cpp @@ -251,3 +251,8 @@ off_t eRawFile::length() { return m_totallength; } + +off_t eRawFile::offset() +{ + return m_last_offset; +}