server/dep/acelite/ace/SPIPE_Connector.inl
Salja f4be15a7af Some missing from merge.
Signed-off-by: Salja <salja2012@hotmail.de>
2020-02-16 02:50:23 +00: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