This file is indexed.

/usr/include/orbit-2.0/orbit/orb-core/orb-core.h is in liborbit2-dev 1:2.14.19-0.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
#ifndef ORB_CORE_H
#define ORB_CORE_H 1

#include <orbit/util/orbit-util.h>

#include <orbit/orb-core/corba-defs.h>
#include <orbit/orb-core/iop-defs.h>

#include <orbit/orb-core/corba-orb.h>
#include <orbit/orb-core/corba-string.h>

#include <orbit/orb-core/corba-environment.h>
#include <orbit/orb-core/corba-any.h>
#include <orbit/orb-core/corba-object-type.h>
#include <orbit/orb-core/corba-object.h>
#include <orbit/orb-core/corba-policy-type.h>
#include <orbit/orb-core/corba-context.h>

#include <orbit/orb-core/orbit-small.h>

#endif