X-Git-Url: http://code.vuplus.com/gitweb/?a=blobdiff_plain;f=lib%2Fbase%2Fhttpstream.h;h=84ea5e9202639b907395473c45c60de1c39e64ac;hb=a9984df92fc78bd4955b24502724b74b935dcc3f;hp=228d2b03dd61abb1be8828d0be6ae31f31a67fbb;hpb=fe619dbed1c9bf14a0d442cc16d7e968769bbcc0;p=vuplus_dvbapp diff --git a/lib/base/httpstream.h b/lib/base/httpstream.h index 228d2b0..84ea5e9 100644 --- a/lib/base/httpstream.h +++ b/lib/base/httpstream.h @@ -32,6 +32,7 @@ class eHttpStream: public iTsSource, public eSocketBase, public Object, public e off_t lseek(off_t offset, int whence); ssize_t read(off_t offset, void *buf, size_t count); off_t length(); + off_t offset(); int valid(); bool isStream() { return true; } public: