Files
core/MsBinaryFile/PptFile/Records/SoundCollectionContainer.cpp
2022-11-28 17:37:12 +03:00

16 lines
346 B
C++

#include "SoundCollectionContainer.h"
CRecordSoundCollectionContainer::CRecordSoundCollectionContainer()
{
}
CRecordSoundCollectionContainer::~CRecordSoundCollectionContainer()
{
}
void CRecordSoundCollectionContainer::ReadFromStream(SRecordHeader &oHeader, POLE::Stream *pStream)
{
CRecordsContainer::ReadFromStream(oHeader, pStream);
}