Codec Kit: Rename classes to BFoo pattern

This commit is contained in:
Barrett17
2018-11-25 13:02:02 +01:00
parent 082e4ae4a7
commit be805d02d7
26 changed files with 303 additions and 302 deletions
+2 -2
View File
@@ -70,7 +70,7 @@ ChunkCache::SpaceLeft() const
chunk_buffer*
ChunkCache::NextChunk(Reader* reader, void* cookie)
ChunkCache::NextChunk(BReader* reader, void* cookie)
{
ASSERT(IsLocked());
@@ -109,7 +109,7 @@ ChunkCache::RecycleChunk(chunk_buffer* chunk)
bool
ChunkCache::ReadNextChunk(Reader* reader, void* cookie)
ChunkCache::ReadNextChunk(BReader* reader, void* cookie)
{
ASSERT(IsLocked());