Changes to attempt to silence bcc64x
[ACE_TAO.git] / ACE / ace / Memory_Pool.h
blob88ef23517656713833ce3c90a8bf8be379d2cca5
1 /* -*- C++ -*- */
3 //=============================================================================
4 /**
5 * @file Memory_Pool.h
7 * @author Dougls C. Schmidt <d.schmidt@vanderbilt.edu>
8 * @author Prashant Jain <pjain@cs.wustl.edu>
9 */
10 //=============================================================================
12 #ifndef ACE_MEMORY_POOL_H
13 #define ACE_MEMORY_POOL_H
14 #include /**/ "ace/pre.h"
16 #include "ace/ACE.h"
18 #if !defined (ACE_LACKS_PRAGMA_ONCE)
19 # 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 */