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:
@@ -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>
|
||||
Reference in New Issue
Block a user