[7297] Fixed profession spells sorting in trainer spell list at client.
[getmangos.git] / dep / ACE_wrappers / ace / MEM_Connector.inl
blobe61399ea93686fe67dcb7677974861e0334f9e51
1 // -*- C++ -*-
2 //
3 // $Id: MEM_Connector.inl 80826 2008-03-04 14:51:23Z wotte $
5 // Establish a connection.
7 ACE_BEGIN_VERSIONED_NAMESPACE_DECL
9 ACE_INLINE ACE_MEM_IO::Signal_Strategy
10 ACE_MEM_Connector::preferred_strategy (void) const
12   return this->preferred_strategy_;
15 ACE_INLINE void
16 ACE_MEM_Connector::preferred_strategy (ACE_MEM_IO::Signal_Strategy strategy)
18   this->preferred_strategy_ = strategy;
21 ACE_INLINE ACE_MEM_SAP::MALLOC_OPTIONS &
22 ACE_MEM_Connector::malloc_options (void)
24   // @@ This function has been deprecated and will be removed in the
25   // future.
27   return this->malloc_options_;
30 ACE_END_VERSIONED_NAMESPACE_DECL