This file is indexed.

/usr/lib/erlang/lib/cosProperty-1.1.14/include/CosPropertyService.hrl is in erlang-dev 1:14.b.4-dfsg-1ubuntu1.

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
22
23
24
25
26
27
28
29
30
31
32
33
34
%%------------------------------------------------------------
%%
%% Erlang header file
%% 
%% Target: CosPropertyService
%% Source: /build/buildd/erlang-14.b.4-dfsg/lib/cosProperty/src/CosProperty.idl
%% IC vsn: 4.2.27
%% 
%% This file is automatically generated. DO NOT EDIT IT.
%%
%%------------------------------------------------------------


-ifndef(COSPROPERTYSERVICE_HRL).
-define(COSPROPERTYSERVICE_HRL, true).


-record('CosPropertyService_Property', {property_name, property_value}).
-record('CosPropertyService_PropertyDef', {property_name, property_value, property_mode}).
-record('CosPropertyService_PropertyMode', {property_name, property_mode}).
-record('CosPropertyService_ConstraintNotSupported', {'OE_ID'="IDL:omg.org/CosPropertyService/ConstraintNotSupported:1.0"}).
-record('CosPropertyService_InvalidPropertyName', {'OE_ID'="IDL:omg.org/CosPropertyService/InvalidPropertyName:1.0"}).
-record('CosPropertyService_ConflictingProperty', {'OE_ID'="IDL:omg.org/CosPropertyService/ConflictingProperty:1.0"}).
-record('CosPropertyService_PropertyNotFound', {'OE_ID'="IDL:omg.org/CosPropertyService/PropertyNotFound:1.0"}).
-record('CosPropertyService_UnsupportedTypeCode', {'OE_ID'="IDL:omg.org/CosPropertyService/UnsupportedTypeCode:1.0"}).
-record('CosPropertyService_UnsupportedProperty', {'OE_ID'="IDL:omg.org/CosPropertyService/UnsupportedProperty:1.0"}).
-record('CosPropertyService_UnsupportedMode', {'OE_ID'="IDL:omg.org/CosPropertyService/UnsupportedMode:1.0"}).
-record('CosPropertyService_FixedProperty', {'OE_ID'="IDL:omg.org/CosPropertyService/FixedProperty:1.0"}).
-record('CosPropertyService_ReadOnlyProperty', {'OE_ID'="IDL:omg.org/CosPropertyService/ReadOnlyProperty:1.0"}).
-record('CosPropertyService_PropertyException', {reason, failing_property_name}).
-record('CosPropertyService_MultipleExceptions', {'OE_ID'="IDL:omg.org/CosPropertyService/MultipleExceptions:1.0", exceptions}).


-endif.