MMAP_Memory_Pool.inl

Go to the documentation of this file.
00001 // -*- C++ -*-
00002 //
00003 // $Id: MMAP_Memory_Pool.inl 80826 2008-03-04 14:51:23Z wotte $
00004 
00005 ACE_BEGIN_VERSIONED_NAMESPACE_DECL
00006 
00007 ACE_INLINE
00008 ACE_Mem_Map const &
00009 ACE_MMAP_Memory_Pool::mmap (void) const
00010 {
00011   return mmap_;
00012 }
00013 
00014 ACE_INLINE
00015 ACE_Mem_Map &
00016 ACE_MMAP_Memory_Pool::mmap (void)
00017 {
00018   return mmap_;
00019 }
00020 
00021 ACE_END_VERSIONED_NAMESPACE_DECL

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