/usr/include/ace/SPIPE_Connector.inl is in libace-dev 6.0.1-3.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 | // -*- 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
|