[7297] Fixed profession spells sorting in trainer spell list at client.
[getmangos.git] / dep / ACE_wrappers / ace / Malloc_Allocator.inl
blob050d7353894e5e0544eed7b97ec271cd67ecb803
1 // -*- C++ -*-
2 //
3 // $Id: Malloc_Allocator.inl 80826 2008-03-04 14:51:23Z wotte $
5 ACE_BEGIN_VERSIONED_NAMESPACE_DECL
7 ACE_INLINE
8 ACE_Static_Allocator_Base::ACE_Static_Allocator_Base (char * buffer,
9                                                       size_t size)
10   : buffer_ (buffer),
11     size_ (size),
12     offset_ (0)
16 ACE_END_VERSIONED_NAMESPACE_DECL