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