mirror of
https://github.com/mangosfour/server.git
synced 2025-12-12 01:37:00 +00:00
14 lines
298 B
C++
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
|