mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-07-20 01:04:34 +08:00
Added .cpp files for all records
This commit is contained in:
@ -0,0 +1,9 @@
|
||||
#include "HashCode10Atom.h"
|
||||
|
||||
|
||||
void CRecordHashCode10Atom::ReadFromStream(SRecordHeader &oHeader, POLE::Stream *pStream)
|
||||
{
|
||||
m_oHeader = oHeader;
|
||||
|
||||
m_nHash = StreamUtils::ReadDWORD(pStream);
|
||||
}
|
||||
Reference in New Issue
Block a user