18#ifndef _LOG4CXX_HELPERS_POOL_H
19#define _LOG4CXX_HELPERS_POOL_H
21#include <log4cxx/log4cxx.h>
36 Pool(apr_pool_t* pool,
bool release);
char * pstrndup(const char *s, size_t len)
char * pstralloc(size_t length)
apr_pool_t * pool
Definition: pool.h:49
apr_pool_t * getAPRPool()
void * palloc(size_t length)
char * pstrdup(const std::string &)
const bool release
Definition: pool.h:50
Pool(apr_pool_t *pool, bool release)
char * pstrdup(const char *s)
Definition: configuration.h:25