Skip to content

Commit f2550d8

Browse files
authored
Merge pull request #35 from cyrossignol/snapshotregistryhash
Tweak snapshot file integrity verification
2 parents d469ced + b0dc902 commit f2550d8

File tree

3 files changed

+569
-306
lines changed

3 files changed

+569
-306
lines changed

src/filehash.h

+3
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ class CAutoHasherFile : public CAutoFile, public CHashWriter
2525
CHashWriter::write(pch, nSize);
2626
}
2727

28+
int GetType() const { return CAutoFile::GetType(); }
29+
int GetVersion() const { return CAutoFile::GetVersion(); }
30+
2831
template <typename T>
2932
CAutoHasherFile& operator<<(const T& obj)
3033
{

0 commit comments

Comments
 (0)