server/dep/ACE_wrappers/ace/SPIPE_Connector.inl
Neo2003 23c920ca4b [10643] Update the ACE part we use to 5.8.2
Signed-off-by: Neo2003 <Neo.2003@Hotmail.fr>
2010-10-25 20:36:51 +02:00

14 lines
298 B
C++

// -*- C++ -*-
//
// $Id: SPIPE_Connector.inl 82723 2008-09-16 09:35:44Z johnnyw $
ACE_BEGIN_VERSIONED_NAMESPACE_DECL
ACE_INLINE bool
ACE_SPIPE_Connector::reset_new_handle (ACE_HANDLE)
{
// Nothing to do here since the handle is not a socket
return false;
}
ACE_END_VERSIONED_NAMESPACE_DECL