Initial Patch of Auction House bot rev. 135
[auctionmangos.git] / dep / ACE_wrappers / ace / Memory_Pool.h
bloba36e74334c26ba1a84844c4ba6cd76080b93767e
1 /* -*- C++ -*- */
3 //=============================================================================
4 /**
5 * @file Memory_Pool.h
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"
18 #include "ace/ACE.h"
20 #if !defined (ACE_LACKS_PRAGMA_ONCE)
21 # 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 */