mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-07-11 06:22:44 +08:00
17 lines
367 B
C++
17 lines
367 B
C++
#include "SoundCollectionContainer.h"
|
|
|
|
using namespace PPT;
|
|
|
|
CRecordSoundCollectionContainer::CRecordSoundCollectionContainer()
|
|
{
|
|
}
|
|
|
|
CRecordSoundCollectionContainer::~CRecordSoundCollectionContainer()
|
|
{
|
|
}
|
|
|
|
void CRecordSoundCollectionContainer::ReadFromStream(SRecordHeader &oHeader, POLE::Stream *pStream)
|
|
{
|
|
CRecordsContainer::ReadFromStream(oHeader, pStream);
|
|
}
|