MEM_Connector.inl

Go to the documentation of this file.
00001 // -*- C++ -*-
00002 //
00003 // $Id: MEM_Connector.inl 80826 2008-03-04 14:51:23Z wotte $
00004 
00005 // Establish a connection.
00006 
00007 ACE_BEGIN_VERSIONED_NAMESPACE_DECL
00008 
00009 ACE_INLINE ACE_MEM_IO::Signal_Strategy
00010 ACE_MEM_Connector::preferred_strategy (void) const
00011 {
00012   return this->preferred_strategy_;
00013 }
00014 
00015 ACE_INLINE void
00016 ACE_MEM_Connector::preferred_strategy (ACE_MEM_IO::Signal_Strategy strategy)
00017 {
00018   this->preferred_strategy_ = strategy;
00019 }
00020 
00021 ACE_INLINE ACE_MEM_SAP::MALLOC_OPTIONS &
00022 ACE_MEM_Connector::malloc_options (void)
00023 {
00024   // @@ This function has been deprecated and will be removed in the
00025   // future.
00026 
00027   return this->malloc_options_;
00028 }
00029 
00030 ACE_END_VERSIONED_NAMESPACE_DECL

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