git-svn-id: svn://elaine/murooma/trunk@231 d8a302eb-03bc-478d-80e4-98257eca68ef
This commit is contained in:
(no author) 2014-09-04 21:36:23 +00:00
parent 04e872e036
commit f43e1ec18c
7 changed files with 45 additions and 63 deletions

View file

@ -5,7 +5,7 @@ PcmDecoder::PcmDecoder()
}
bool PcmDecoder::decode(BaseMessage* chunk)
bool PcmDecoder::decode(PcmChunk* chunk)
{
/* WireChunk* wireChunk = chunk->wireChunk;
for (size_t n=0; n<wireChunk->length; ++n)
@ -15,5 +15,11 @@ bool PcmDecoder::decode(BaseMessage* chunk)
}
bool PcmDecoder::setHeader(HeaderMessage* chunk)
{
return true;
}