Page Speed Optimization Libraries  1.7.30.2
net/instaweb/system/public/apr_thread_compatible_pool.h
Go to the documentation of this file.
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_
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines