00001 /* -*- C++ -*- */ 00002 00003 //============================================================================= 00004 /** 00005 * @file Memory_Pool.h 00006 * 00007 * Memory_Pool.h,v 4.55 2004/10/11 18:46:56 jtc Exp 00008 * 00009 * @author Dougls C. Schmidt <schmidt@cs.wustl.edu> 00010 * @author Prashant Jain <pjain@cs.wustl.edu> 00011 */ 00012 //============================================================================= 00013 00014 #ifndef ACE_MEMORY_POOL_H 00015 #define ACE_MEMORY_POOL_H 00016 #include /**/ "ace/pre.h" 00017 00018 #include "ace/ACE.h" 00019 00020 #if !defined (ACE_LACKS_PRAGMA_ONCE) 00021 # pragma once 00022 #endif /* ACE_LACKS_PRAGMA_ONCE */ 00023 00024 #include "ace/Local_Memory_Pool.h" 00025 #include "ace/MMAP_Memory_Pool.h" 00026 #include "ace/Sbrk_Memory_Pool.h" 00027 #include "ace/Shared_Memory_Pool.h" 00028 #include "ace/Pagefile_Memory_Pool.h" 00029 00030 #include /**/ "ace/post.h" 00031 #endif /* ACE_MEMORY_POOL_H */