This file is indexed.

/usr/share/idl/tao/Object_Key.pidl is in libtao-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
// $Id: Object_Key.pidl 92104 2010-09-30 09:53:25Z johnnyw $

// TAO specific IDL definition of an octet sequence that we use to represent
// Object keys inside the POA.

#ifndef TAO_OBJECTKEY_PIDL
#define TAO_OBJECTKEY_PIDL

module TAO
{
  typedef sequence<octet> ObjectKey;
};

#endif /* TAO_OBJECTKEY_PIDL */