This file is indexed.

/usr/include/ace/MEM_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
15
16
17
18
19
20
21
// -*- C++ -*-
//
// $Id: MEM_Connector.inl 91688 2010-09-09 11:21:50Z johnnyw $

// Establish a connection.

ACE_BEGIN_VERSIONED_NAMESPACE_DECL

ACE_INLINE ACE_MEM_IO::Signal_Strategy
ACE_MEM_Connector::preferred_strategy (void) const
{
  return this->preferred_strategy_;
}

ACE_INLINE void
ACE_MEM_Connector::preferred_strategy (ACE_MEM_IO::Signal_Strategy strategy)
{
  this->preferred_strategy_ = strategy;
}

ACE_END_VERSIONED_NAMESPACE_DECL