This file is indexed.

/usr/include/omniORB4/ir_poa.hh is in libomniorb4-dev 4.1.6-2.

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
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
// This file is generated by omniidl (C++ backend)- omniORB_4_1. Do not edit.
#ifndef __ir_poa_hh__
#define __ir_poa_hh__

class IRObject :
  public virtual CORBA::_impl_IRObject,
  public virtual ::PortableServer::ServantBase
{
public:
  virtual ~IRObject();

  inline ::CORBA::IRObject_ptr _this() {
    return (::CORBA::IRObject_ptr) _do_this(::CORBA::IRObject::_PD_repoId);
  }
};

class Contained :
  public virtual CORBA::_impl_Contained,
  public virtual IRObject
{
public:
  virtual ~Contained();

  inline ::CORBA::Contained_ptr _this() {
    return (::CORBA::Contained_ptr) _do_this(::CORBA::Contained::_PD_repoId);
  }
};

class Container :
  public virtual CORBA::_impl_Container,
  public virtual IRObject
{
public:
  virtual ~Container();

  inline ::CORBA::Container_ptr _this() {
    return (::CORBA::Container_ptr) _do_this(::CORBA::Container::_PD_repoId);
  }
};

class IDLType :
  public virtual CORBA::_impl_IDLType,
  public virtual IRObject
{
public:
  virtual ~IDLType();

  inline ::CORBA::IDLType_ptr _this() {
    return (::CORBA::IDLType_ptr) _do_this(::CORBA::IDLType::_PD_repoId);
  }
};

class Repository :
  public virtual CORBA::_impl_Repository,
  public virtual Container
{
public:
  virtual ~Repository();

  inline ::CORBA::Repository_ptr _this() {
    return (::CORBA::Repository_ptr) _do_this(::CORBA::Repository::_PD_repoId);
  }
};

class ModuleDef :
  public virtual CORBA::_impl_ModuleDef,
  public virtual Container,
    public virtual Contained
{
public:
  virtual ~ModuleDef();

  inline ::CORBA::ModuleDef_ptr _this() {
    return (::CORBA::ModuleDef_ptr) _do_this(::CORBA::ModuleDef::_PD_repoId);
  }
};

class ConstantDef :
  public virtual CORBA::_impl_ConstantDef,
  public virtual Contained
{
public:
  virtual ~ConstantDef();

  inline ::CORBA::ConstantDef_ptr _this() {
    return (::CORBA::ConstantDef_ptr) _do_this(::CORBA::ConstantDef::_PD_repoId);
  }
};

class TypedefDef :
  public virtual CORBA::_impl_TypedefDef,
  public virtual Contained,
    public virtual IDLType
{
public:
  virtual ~TypedefDef();

  inline ::CORBA::TypedefDef_ptr _this() {
    return (::CORBA::TypedefDef_ptr) _do_this(::CORBA::TypedefDef::_PD_repoId);
  }
};

class StructDef :
  public virtual CORBA::_impl_StructDef,
  public virtual TypedefDef,
    public virtual Container
{
public:
  virtual ~StructDef();

  inline ::CORBA::StructDef_ptr _this() {
    return (::CORBA::StructDef_ptr) _do_this(::CORBA::StructDef::_PD_repoId);
  }
};

class UnionDef :
  public virtual CORBA::_impl_UnionDef,
  public virtual TypedefDef,
    public virtual Container
{
public:
  virtual ~UnionDef();

  inline ::CORBA::UnionDef_ptr _this() {
    return (::CORBA::UnionDef_ptr) _do_this(::CORBA::UnionDef::_PD_repoId);
  }
};

class EnumDef :
  public virtual CORBA::_impl_EnumDef,
  public virtual TypedefDef
{
public:
  virtual ~EnumDef();

  inline ::CORBA::EnumDef_ptr _this() {
    return (::CORBA::EnumDef_ptr) _do_this(::CORBA::EnumDef::_PD_repoId);
  }
};

class AliasDef :
  public virtual CORBA::_impl_AliasDef,
  public virtual TypedefDef
{
public:
  virtual ~AliasDef();

  inline ::CORBA::AliasDef_ptr _this() {
    return (::CORBA::AliasDef_ptr) _do_this(::CORBA::AliasDef::_PD_repoId);
  }
};

class NativeDef :
  public virtual CORBA::_impl_NativeDef,
  public virtual TypedefDef
{
public:
  virtual ~NativeDef();

  inline ::CORBA::NativeDef_ptr _this() {
    return (::CORBA::NativeDef_ptr) _do_this(::CORBA::NativeDef::_PD_repoId);
  }
};

class PrimitiveDef :
  public virtual CORBA::_impl_PrimitiveDef,
  public virtual IDLType
{
public:
  virtual ~PrimitiveDef();

  inline ::CORBA::PrimitiveDef_ptr _this() {
    return (::CORBA::PrimitiveDef_ptr) _do_this(::CORBA::PrimitiveDef::_PD_repoId);
  }
};

class StringDef :
  public virtual CORBA::_impl_StringDef,
  public virtual IDLType
{
public:
  virtual ~StringDef();

  inline ::CORBA::StringDef_ptr _this() {
    return (::CORBA::StringDef_ptr) _do_this(::CORBA::StringDef::_PD_repoId);
  }
};

class WstringDef :
  public virtual CORBA::_impl_WstringDef,
  public virtual IDLType
{
public:
  virtual ~WstringDef();

  inline ::CORBA::WstringDef_ptr _this() {
    return (::CORBA::WstringDef_ptr) _do_this(::CORBA::WstringDef::_PD_repoId);
  }
};

class FixedDef :
  public virtual CORBA::_impl_FixedDef,
  public virtual IDLType
{
public:
  virtual ~FixedDef();

  inline ::CORBA::FixedDef_ptr _this() {
    return (::CORBA::FixedDef_ptr) _do_this(::CORBA::FixedDef::_PD_repoId);
  }
};

class SequenceDef :
  public virtual CORBA::_impl_SequenceDef,
  public virtual IDLType
{
public:
  virtual ~SequenceDef();

  inline ::CORBA::SequenceDef_ptr _this() {
    return (::CORBA::SequenceDef_ptr) _do_this(::CORBA::SequenceDef::_PD_repoId);
  }
};

class ArrayDef :
  public virtual CORBA::_impl_ArrayDef,
  public virtual IDLType
{
public:
  virtual ~ArrayDef();

  inline ::CORBA::ArrayDef_ptr _this() {
    return (::CORBA::ArrayDef_ptr) _do_this(::CORBA::ArrayDef::_PD_repoId);
  }
};

class ExceptionDef :
  public virtual CORBA::_impl_ExceptionDef,
  public virtual Contained,
    public virtual Container
{
public:
  virtual ~ExceptionDef();

  inline ::CORBA::ExceptionDef_ptr _this() {
    return (::CORBA::ExceptionDef_ptr) _do_this(::CORBA::ExceptionDef::_PD_repoId);
  }
};

class AttributeDef :
  public virtual CORBA::_impl_AttributeDef,
  public virtual Contained
{
public:
  virtual ~AttributeDef();

  inline ::CORBA::AttributeDef_ptr _this() {
    return (::CORBA::AttributeDef_ptr) _do_this(::CORBA::AttributeDef::_PD_repoId);
  }
};

class OperationDef :
  public virtual CORBA::_impl_OperationDef,
  public virtual Contained
{
public:
  virtual ~OperationDef();

  inline ::CORBA::OperationDef_ptr _this() {
    return (::CORBA::OperationDef_ptr) _do_this(::CORBA::OperationDef::_PD_repoId);
  }
};

class InterfaceDef :
  public virtual CORBA::_impl_InterfaceDef,
  public virtual Container,
    public virtual Contained,
    public virtual IDLType
{
public:
  virtual ~InterfaceDef();

  inline ::CORBA::InterfaceDef_ptr _this() {
    return (::CORBA::InterfaceDef_ptr) _do_this(::CORBA::InterfaceDef::_PD_repoId);
  }
};

class ValueMemberDef :
  public virtual CORBA::_impl_ValueMemberDef,
  public virtual Contained
{
public:
  virtual ~ValueMemberDef();

  inline ::CORBA::ValueMemberDef_ptr _this() {
    return (::CORBA::ValueMemberDef_ptr) _do_this(::CORBA::ValueMemberDef::_PD_repoId);
  }
};

class ValueDef :
  public virtual CORBA::_impl_ValueDef,
  public virtual Container,
    public virtual Contained,
    public virtual IDLType
{
public:
  virtual ~ValueDef();

  inline ::CORBA::ValueDef_ptr _this() {
    return (::CORBA::ValueDef_ptr) _do_this(::CORBA::ValueDef::_PD_repoId);
  }
};

class ValueBoxDef :
  public virtual CORBA::_impl_ValueBoxDef,
  public virtual TypedefDef
{
public:
  virtual ~ValueBoxDef();

  inline ::CORBA::ValueBoxDef_ptr _this() {
    return (::CORBA::ValueBoxDef_ptr) _do_this(::CORBA::ValueBoxDef::_PD_repoId);
  }
};

class AbstractInterfaceDef :
  public virtual CORBA::_impl_AbstractInterfaceDef,
  public virtual InterfaceDef
{
public:
  virtual ~AbstractInterfaceDef();

  inline ::CORBA::AbstractInterfaceDef_ptr _this() {
    return (::CORBA::AbstractInterfaceDef_ptr) _do_this(::CORBA::AbstractInterfaceDef::_PD_repoId);
  }
};

#endif