3 //=============================================================================
7 * $Id: Memory_Pool.h 80826 2008-03-04 14:51:23Z wotte $
9 * @author Dougls C. Schmidt <schmidt@cs.wustl.edu>
10 * @author Prashant Jain <pjain@cs.wustl.edu>
12 //=============================================================================
14 #ifndef ACE_MEMORY_POOL_H
15 #define ACE_MEMORY_POOL_H
16 #include /**/ "ace/pre.h"
20 #if !defined (ACE_LACKS_PRAGMA_ONCE)
22 #endif /* ACE_LACKS_PRAGMA_ONCE */
24 #include "ace/Local_Memory_Pool.h"
25 #include "ace/MMAP_Memory_Pool.h"
26 #include "ace/Sbrk_Memory_Pool.h"
27 #include "ace/Shared_Memory_Pool.h"
28 #include "ace/Pagefile_Memory_Pool.h"
30 #include /**/ "ace/post.h"
31 #endif /* ACE_MEMORY_POOL_H */