3 //=============================================================================
7 * @author Dougls C. Schmidt <d.schmidt@vanderbilt.edu>
8 * @author Prashant Jain <pjain@cs.wustl.edu>
10 //=============================================================================
12 #ifndef ACE_MEMORY_POOL_H
13 #define ACE_MEMORY_POOL_H
14 #include /**/ "ace/pre.h"
18 #if !defined (ACE_LACKS_PRAGMA_ONCE)
20 #endif /* ACE_LACKS_PRAGMA_ONCE */
22 #include "ace/Local_Memory_Pool.h"
23 #include "ace/MMAP_Memory_Pool.h"
24 #include "ace/Sbrk_Memory_Pool.h"
25 #include "ace/Shared_Memory_Pool.h"
26 #include "ace/Pagefile_Memory_Pool.h"
28 #include /**/ "ace/post.h"
29 #endif /* ACE_MEMORY_POOL_H */