Memory_Pool.h

Go to the documentation of this file.
00001 /* -*- C++ -*- */
00002 
00003 //=============================================================================
00004 /**
00005  *  @file     Memory_Pool.h
00006  *
00007  *  $Id: Memory_Pool.h 80826 2008-03-04 14:51:23Z wotte $
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 */

Generated on Tue Feb 2 17:18:40 2010 for ACE by  doxygen 1.4.7