Rename BBlockBufferCache and friends to *Pool*

Also move BBlockBufferPoolNoLock into BHPKG namespace with the other
classes. Not sure why it wasn't there before.
This commit is contained in:
Ingo Weinhold
2013-05-25 01:12:25 +02:00
parent 7adfd76b17
commit 0ee1651856
43 changed files with 435 additions and 425 deletions
@@ -1 +0,0 @@
#include <../os/package/BlockBufferCacheNoLock.h>
@@ -1 +0,0 @@
#include <../os/package/hpkg/BlockBufferCache.h>
@@ -0,0 +1 @@
#include <../os/package/hpkg/BlockBufferPool.h>
@@ -0,0 +1 @@
#include <../os/package/hpkg/BlockBufferPoolNoLock.h>
@@ -1 +0,0 @@
#include <../os/package/hpkg/BufferCache.h>
@@ -0,0 +1 @@
#include <../os/package/hpkg/BufferPool.h>
@@ -1 +0,0 @@
#include <../private/package/hpkg/BlockBufferCacheImpl.h>
@@ -0,0 +1 @@
#include <../private/package/hpkg/BlockBufferPoolImpl.h>
@@ -1 +0,0 @@
#include <../private/package/hpkg/CachedBuffer.h>
@@ -0,0 +1 @@
#include <../private/package/hpkg/PoolBuffer.h>