summaryrefslogtreecommitdiff
path: root/ACE/ace/SPIPE_Connector.inl
blob: e31bf17a2e112fc8df754afd2d74dace17ee3e22 (plain)
1
2
3
4
5
6
7
8
9
10
11
// -*- C++ -*-
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