server/dep/ACE_wrappers/ace/MEM_Connector.inl
zerg b8d773091a [10874] Update ACE to v5.8.3
(based on zergtmn's repo commit 3a8c259)
(based on zergtmn's repo commit 946c1a8)

Signed-off-by: VladimirMangos <vladimir@getmangos.com>
2010-12-14 17:37:42 +03:00

21 lines
448 B
C++

// -*- C++ -*-
//
// $Id: MEM_Connector.inl 91688 2010-09-09 11:21:50Z johnnyw $
// Establish a connection.
ACE_BEGIN_VERSIONED_NAMESPACE_DECL
ACE_INLINE ACE_MEM_IO::Signal_Strategy
ACE_MEM_Connector::preferred_strategy (void) const
{
return this->preferred_strategy_;
}
ACE_INLINE void
ACE_MEM_Connector::preferred_strategy (ACE_MEM_IO::Signal_Strategy strategy)
{
this->preferred_strategy_ = strategy;
}
ACE_END_VERSIONED_NAMESPACE_DECL