00001 // -*- C++ -*- 00002 // 00003 // MEM_Connector.inl,v 4.2 2005/10/28 16:14:53 ossama Exp 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