X-Git-Url: http://code.vuplus.com/gitweb/?a=blobdiff_plain;f=lib%2Fbase%2Frawfile.cpp;h=c7e11feb308632d876b706105361ac3d81fd3081;hb=d6ad23c5be62bc24cc08a5c8db91f64ae2d8cf3b;hp=d7f2a6551f28289db48e16f646031bc2ed1b41a8;hpb=6f3208500f3b07aaa3733b0b47f2e7a00426ed3e;p=vuplus_dvbapp diff --git a/lib/base/rawfile.cpp b/lib/base/rawfile.cpp index d7f2a65..c7e11fe 100644 --- a/lib/base/rawfile.cpp +++ b/lib/base/rawfile.cpp @@ -227,3 +227,8 @@ int eRawFile::openFileUncached(int nr) } return ::open(filename.c_str(), O_RDONLY | O_LARGEFILE); } + +off_t eRawFile::length() +{ + return m_totallength; +}