wireChunk

git-svn-id: svn://elaine/murooma/trunk@134 d8a302eb-03bc-478d-80e4-98257eca68ef
This commit is contained in:
(no author) 2014-08-04 06:43:10 +00:00
parent 042000c8cc
commit b8cc8e8a67
7 changed files with 75 additions and 38 deletions

View file

@ -42,7 +42,7 @@ void player()
while (1)
{
subscriber.recv(&update);
stream->addChunk((Chunk*)(update.data()));
stream->addChunk(new Chunk((WireChunk*)(update.data())));
}
}