Page Speed Optimization Libraries
1.5.27.2
|
00001 // Copyright 2012 Google Inc. 00017 00018 #ifndef NET_INSTAWEB_SYSTEM_PUBLIC_APR_THREAD_COMPATIBLE_POOL_H_ 00019 #define NET_INSTAWEB_SYSTEM_PUBLIC_APR_THREAD_COMPATIBLE_POOL_H_ 00020 00021 #include "apr_pools.h" 00022 00023 namespace net_instaweb { 00024 00042 apr_pool_t* AprCreateThreadCompatiblePool(apr_pool_t* parent_pool); 00043 00044 } 00045 00046 #endif ///< NET_INSTAWEB_SYSTEM_PUBLIC_APR_THREAD_COMPATIBLE_POOL_H_