From d889228259d98b29c0a4668af45b8a43c14d5983 Mon Sep 17 00:00:00 2001 From: Shauren Date: Sun, 10 May 2020 15:29:47 +0200 Subject: Core/DataStores: Allow loading encrypted sections when key is known when reading from casc storage Closes #24456 --- src/common/DataStores/DB2FileSystemSource.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/common/DataStores/DB2FileSystemSource.h') diff --git a/src/common/DataStores/DB2FileSystemSource.h b/src/common/DataStores/DB2FileSystemSource.h index c3f24e80744..993b8e64c3d 100644 --- a/src/common/DataStores/DB2FileSystemSource.h +++ b/src/common/DataStores/DB2FileSystemSource.h @@ -31,6 +31,7 @@ struct TC_COMMON_API DB2FileSystemSource : public DB2FileSource bool SetPosition(int64 position) override; int64 GetFileSize() const override; char const* GetFileName() const override; + DB2EncryptedSectionHandling HandleEncryptedSection(DB2SectionHeader const& sectionHeader) const override; private: std::string _fileName; -- cgit v1.2.3