diff options
Diffstat (limited to 'lib/base/rawfile.h')
| -rw-r--r-- | lib/base/rawfile.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/base/rawfile.h b/lib/base/rawfile.h index 1720d581..7b736a33 100644 --- a/lib/base/rawfile.h +++ b/lib/base/rawfile.h @@ -2,9 +2,9 @@ #define __lib_base_rawfile_h #include <string> -#include <lib/base/idatasource.h> +#include <lib/base/itssource.h> -class eRawFile: public iDataSource +class eRawFile: public iTsSource { DECLARE_REF(eRawFile); eSingleLock m_lock; @@ -15,7 +15,7 @@ public: void setfd(int fd); int close(); - // iDataSource + // iTsSource off_t lseek(off_t offset, int whence); ssize_t read(off_t offset, void *buf, size_t count); off_t length(); |
