diff options
author | Shauren <shauren.trinity@gmail.com> | 2018-03-16 18:44:57 +0100 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2018-09-16 16:57:43 +0200 |
commit | 1188a48c944aeb650ced19008646b6529c341c22 (patch) | |
tree | a8c897437e2cce56135a67c539e5574a9fe67092 /src/common/DataStores/DB2FileSystemSource.h | |
parent | b994868c6a732284f5b1edbd931fc4f6470761a6 (diff) |
Core/DataStores: Implemented WDC2
Diffstat (limited to 'src/common/DataStores/DB2FileSystemSource.h')
-rw-r--r-- | src/common/DataStores/DB2FileSystemSource.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/DataStores/DB2FileSystemSource.h b/src/common/DataStores/DB2FileSystemSource.h index eb838bbb846..94e4d3287b5 100644 --- a/src/common/DataStores/DB2FileSystemSource.h +++ b/src/common/DataStores/DB2FileSystemSource.h @@ -28,6 +28,7 @@ struct TC_COMMON_API DB2FileSystemSource : public DB2FileSource bool IsOpen() const override; bool Read(void* buffer, std::size_t numBytes) override; std::size_t GetPosition() const override; + void SetPosition(std::size_t position) override; std::size_t GetFileSize() const override; char const* GetFileName() const override; |