summaryrefslogtreecommitdiff
path: root/ace/SPIPE_Connector.i
blob: 495629332143b550f5c13730a8a7006c648b674e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/* -*- C++ -*- */
// $Id$

// SPIPE_Connector.i

inline int
ACE_SPIPE_Connector::reset_new_handle (ACE_HANDLE handle)
{
  ACE_UNUSED_ARG (handle);
  // Nothing to do here since the handle is not a socket
  return 0;
}