aboutsummaryrefslogtreecommitdiff
path: root/src/common/DataStores/DB2FileSystemSource.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/DataStores/DB2FileSystemSource.h')
-rw-r--r--src/common/DataStores/DB2FileSystemSource.h1
1 files changed, 1 insertions, 0 deletions
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;