Page Speed Optimization Libraries  1.8.31.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 
00049 apr_pool_t* AprCreateThreadCompatiblePool(apr_pool_t* parent_pool);
00050 
00051 }  
00052 
00053 #endif  ///< NET_INSTAWEB_SYSTEM_PUBLIC_APR_THREAD_COMPATIBLE_POOL_H_
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines