mirror of
https://github.com/pocoproject/poco.git
synced 2025-12-26 18:27:29 +01:00
submitted 1.2.0
This commit is contained in:
@@ -34,13 +34,14 @@
|
||||
//
|
||||
|
||||
|
||||
#include "Net/HTTPBufferAllocator.h"
|
||||
#include "Poco/Net/HTTPBufferAllocator.h"
|
||||
|
||||
|
||||
using Foundation::MemoryPool;
|
||||
using Poco::MemoryPool;
|
||||
|
||||
|
||||
Net_BEGIN
|
||||
namespace Poco {
|
||||
namespace Net {
|
||||
|
||||
|
||||
MemoryPool HTTPBufferAllocator::_pool(HTTPBufferAllocator::BUFFER_SIZE, 16);
|
||||
@@ -62,4 +63,4 @@ void HTTPBufferAllocator::deallocate(char* ptr, std::streamsize size)
|
||||
}
|
||||
|
||||
|
||||
Net_END
|
||||
} } // namespace Poco::Net
|
||||
|
||||
Reference in New Issue
Block a user