This file is indexed.

/usr/include/omniORB4/ir_operators.hh is in libomniorb4-dev 4.1.6-1.

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
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
// This file is generated by omniidl (C++ backend)- omniORB_4_1. Do not edit.
#ifndef __ir_operators_hh__
#define __ir_operators_hh__

inline void operator >>=(CORBA::DefinitionKind _e, cdrStream& s) {
  ::operator>>=((::CORBA::ULong)_e, s);
}

inline void operator <<= (CORBA::DefinitionKind& _e, cdrStream& s) {
  ::CORBA::ULong _0RL_e;
  ::operator<<=(_0RL_e,s);
  if (_0RL_e <= CORBA::dk_AbstractInterface) {
    _e = (CORBA::DefinitionKind) _0RL_e;
  }
  else {
    OMNIORB_THROW(MARSHAL,_OMNI_NS(MARSHAL_InvalidEnumValue),
                  (::CORBA::CompletionStatus)s.completion());
  }
}

void operator<<=(::CORBA::Any& _a, CORBA::DefinitionKind _s);
_CORBA_Boolean operator>>=(const ::CORBA::Any& _a, CORBA::DefinitionKind& _s);

void operator<<=(::CORBA::Any& _a, CORBA::IRObject_ptr _s);
void operator<<=(::CORBA::Any& _a, CORBA::IRObject_ptr* _s);
_CORBA_Boolean operator>>=(const ::CORBA::Any& _a, CORBA::IRObject_ptr& _s);

extern void operator<<=(::CORBA::Any& _a, const CORBA::Contained::Description& _s);
extern void operator<<=(::CORBA::Any& _a, CORBA::Contained::Description* _sp);
extern _CORBA_Boolean operator>>=(const ::CORBA::Any& _a, CORBA::Contained::Description*& _sp);
extern _CORBA_Boolean operator>>=(const ::CORBA::Any& _a, const CORBA::Contained::Description*& _sp);

void operator<<=(::CORBA::Any& _a, CORBA::Contained_ptr _s);
void operator<<=(::CORBA::Any& _a, CORBA::Contained_ptr* _s);
_CORBA_Boolean operator>>=(const ::CORBA::Any& _a, CORBA::Contained_ptr& _s);

void operator<<=(::CORBA::Any& _a, const CORBA::InterfaceDefSeq& _s);
void operator<<=(::CORBA::Any& _a, CORBA::InterfaceDefSeq* _sp);
_CORBA_Boolean operator>>=(const ::CORBA::Any& _a, CORBA::InterfaceDefSeq*& _sp);
_CORBA_Boolean operator>>=(const ::CORBA::Any& _a, const CORBA::InterfaceDefSeq*& _sp);

void operator<<=(::CORBA::Any& _a, const CORBA::ValueDefSeq& _s);
void operator<<=(::CORBA::Any& _a, CORBA::ValueDefSeq* _sp);
_CORBA_Boolean operator>>=(const ::CORBA::Any& _a, CORBA::ValueDefSeq*& _sp);
_CORBA_Boolean operator>>=(const ::CORBA::Any& _a, const CORBA::ValueDefSeq*& _sp);

void operator<<=(::CORBA::Any& _a, const CORBA::AbstractInterfaceDefSeq& _s);
void operator<<=(::CORBA::Any& _a, CORBA::AbstractInterfaceDefSeq* _sp);
_CORBA_Boolean operator>>=(const ::CORBA::Any& _a, CORBA::AbstractInterfaceDefSeq*& _sp);
_CORBA_Boolean operator>>=(const ::CORBA::Any& _a, const CORBA::AbstractInterfaceDefSeq*& _sp);

void operator<<=(::CORBA::Any& _a, const CORBA::ContainedSeq& _s);
void operator<<=(::CORBA::Any& _a, CORBA::ContainedSeq* _sp);
_CORBA_Boolean operator>>=(const ::CORBA::Any& _a, CORBA::ContainedSeq*& _sp);
_CORBA_Boolean operator>>=(const ::CORBA::Any& _a, const CORBA::ContainedSeq*& _sp);

extern void operator<<=(::CORBA::Any& _a, const CORBA::Initializer& _s);
extern void operator<<=(::CORBA::Any& _a, CORBA::Initializer* _sp);
extern _CORBA_Boolean operator>>=(const ::CORBA::Any& _a, CORBA::Initializer*& _sp);
extern _CORBA_Boolean operator>>=(const ::CORBA::Any& _a, const CORBA::Initializer*& _sp);

void operator<<=(::CORBA::Any& _a, const CORBA::InitializerSeq& _s);
void operator<<=(::CORBA::Any& _a, CORBA::InitializerSeq* _sp);
_CORBA_Boolean operator>>=(const ::CORBA::Any& _a, CORBA::InitializerSeq*& _sp);
_CORBA_Boolean operator>>=(const ::CORBA::Any& _a, const CORBA::InitializerSeq*& _sp);

extern void operator<<=(::CORBA::Any& _a, const CORBA::Container::Description& _s);
extern void operator<<=(::CORBA::Any& _a, CORBA::Container::Description* _sp);
extern _CORBA_Boolean operator>>=(const ::CORBA::Any& _a, CORBA::Container::Description*& _sp);
extern _CORBA_Boolean operator>>=(const ::CORBA::Any& _a, const CORBA::Container::Description*& _sp);

void operator<<=(::CORBA::Any& _a, const CORBA::Container::DescriptionSeq& _s);
void operator<<=(::CORBA::Any& _a, CORBA::Container::DescriptionSeq* _sp);
_CORBA_Boolean operator>>=(const ::CORBA::Any& _a, CORBA::Container::DescriptionSeq*& _sp);
_CORBA_Boolean operator>>=(const ::CORBA::Any& _a, const CORBA::Container::DescriptionSeq*& _sp);

void operator<<=(::CORBA::Any& _a, CORBA::Container_ptr _s);
void operator<<=(::CORBA::Any& _a, CORBA::Container_ptr* _s);
_CORBA_Boolean operator>>=(const ::CORBA::Any& _a, CORBA::Container_ptr& _s);

void operator<<=(::CORBA::Any& _a, CORBA::IDLType_ptr _s);
void operator<<=(::CORBA::Any& _a, CORBA::IDLType_ptr* _s);
_CORBA_Boolean operator>>=(const ::CORBA::Any& _a, CORBA::IDLType_ptr& _s);

inline void operator >>=(CORBA::PrimitiveKind _e, cdrStream& s) {
  ::operator>>=((::CORBA::ULong)_e, s);
}

inline void operator <<= (CORBA::PrimitiveKind& _e, cdrStream& s) {
  ::CORBA::ULong _0RL_e;
  ::operator<<=(_0RL_e,s);
  if (_0RL_e <= CORBA::pk_value_base) {
    _e = (CORBA::PrimitiveKind) _0RL_e;
  }
  else {
    OMNIORB_THROW(MARSHAL,_OMNI_NS(MARSHAL_InvalidEnumValue),
                  (::CORBA::CompletionStatus)s.completion());
  }
}

void operator<<=(::CORBA::Any& _a, CORBA::PrimitiveKind _s);
_CORBA_Boolean operator>>=(const ::CORBA::Any& _a, CORBA::PrimitiveKind& _s);

void operator<<=(::CORBA::Any& _a, CORBA::Repository_ptr _s);
void operator<<=(::CORBA::Any& _a, CORBA::Repository_ptr* _s);
_CORBA_Boolean operator>>=(const ::CORBA::Any& _a, CORBA::Repository_ptr& _s);

void operator<<=(::CORBA::Any& _a, CORBA::ModuleDef_ptr _s);
void operator<<=(::CORBA::Any& _a, CORBA::ModuleDef_ptr* _s);
_CORBA_Boolean operator>>=(const ::CORBA::Any& _a, CORBA::ModuleDef_ptr& _s);

extern void operator<<=(::CORBA::Any& _a, const CORBA::ModuleDescription& _s);
extern void operator<<=(::CORBA::Any& _a, CORBA::ModuleDescription* _sp);
extern _CORBA_Boolean operator>>=(const ::CORBA::Any& _a, CORBA::ModuleDescription*& _sp);
extern _CORBA_Boolean operator>>=(const ::CORBA::Any& _a, const CORBA::ModuleDescription*& _sp);

void operator<<=(::CORBA::Any& _a, CORBA::ConstantDef_ptr _s);
void operator<<=(::CORBA::Any& _a, CORBA::ConstantDef_ptr* _s);
_CORBA_Boolean operator>>=(const ::CORBA::Any& _a, CORBA::ConstantDef_ptr& _s);

extern void operator<<=(::CORBA::Any& _a, const CORBA::ConstantDescription& _s);
extern void operator<<=(::CORBA::Any& _a, CORBA::ConstantDescription* _sp);
extern _CORBA_Boolean operator>>=(const ::CORBA::Any& _a, CORBA::ConstantDescription*& _sp);
extern _CORBA_Boolean operator>>=(const ::CORBA::Any& _a, const CORBA::ConstantDescription*& _sp);

void operator<<=(::CORBA::Any& _a, CORBA::TypedefDef_ptr _s);
void operator<<=(::CORBA::Any& _a, CORBA::TypedefDef_ptr* _s);
_CORBA_Boolean operator>>=(const ::CORBA::Any& _a, CORBA::TypedefDef_ptr& _s);

extern void operator<<=(::CORBA::Any& _a, const CORBA::TypeDescription& _s);
extern void operator<<=(::CORBA::Any& _a, CORBA::TypeDescription* _sp);
extern _CORBA_Boolean operator>>=(const ::CORBA::Any& _a, CORBA::TypeDescription*& _sp);
extern _CORBA_Boolean operator>>=(const ::CORBA::Any& _a, const CORBA::TypeDescription*& _sp);

void operator<<=(::CORBA::Any& _a, CORBA::StructDef_ptr _s);
void operator<<=(::CORBA::Any& _a, CORBA::StructDef_ptr* _s);
_CORBA_Boolean operator>>=(const ::CORBA::Any& _a, CORBA::StructDef_ptr& _s);

void operator<<=(::CORBA::Any& _a, CORBA::UnionDef_ptr _s);
void operator<<=(::CORBA::Any& _a, CORBA::UnionDef_ptr* _s);
_CORBA_Boolean operator>>=(const ::CORBA::Any& _a, CORBA::UnionDef_ptr& _s);

void operator<<=(::CORBA::Any& _a, CORBA::EnumDef_ptr _s);
void operator<<=(::CORBA::Any& _a, CORBA::EnumDef_ptr* _s);
_CORBA_Boolean operator>>=(const ::CORBA::Any& _a, CORBA::EnumDef_ptr& _s);

void operator<<=(::CORBA::Any& _a, CORBA::AliasDef_ptr _s);
void operator<<=(::CORBA::Any& _a, CORBA::AliasDef_ptr* _s);
_CORBA_Boolean operator>>=(const ::CORBA::Any& _a, CORBA::AliasDef_ptr& _s);

void operator<<=(::CORBA::Any& _a, CORBA::NativeDef_ptr _s);
void operator<<=(::CORBA::Any& _a, CORBA::NativeDef_ptr* _s);
_CORBA_Boolean operator>>=(const ::CORBA::Any& _a, CORBA::NativeDef_ptr& _s);

void operator<<=(::CORBA::Any& _a, CORBA::PrimitiveDef_ptr _s);
void operator<<=(::CORBA::Any& _a, CORBA::PrimitiveDef_ptr* _s);
_CORBA_Boolean operator>>=(const ::CORBA::Any& _a, CORBA::PrimitiveDef_ptr& _s);

void operator<<=(::CORBA::Any& _a, CORBA::StringDef_ptr _s);
void operator<<=(::CORBA::Any& _a, CORBA::StringDef_ptr* _s);
_CORBA_Boolean operator>>=(const ::CORBA::Any& _a, CORBA::StringDef_ptr& _s);

void operator<<=(::CORBA::Any& _a, CORBA::WstringDef_ptr _s);
void operator<<=(::CORBA::Any& _a, CORBA::WstringDef_ptr* _s);
_CORBA_Boolean operator>>=(const ::CORBA::Any& _a, CORBA::WstringDef_ptr& _s);

void operator<<=(::CORBA::Any& _a, CORBA::FixedDef_ptr _s);
void operator<<=(::CORBA::Any& _a, CORBA::FixedDef_ptr* _s);
_CORBA_Boolean operator>>=(const ::CORBA::Any& _a, CORBA::FixedDef_ptr& _s);

void operator<<=(::CORBA::Any& _a, CORBA::SequenceDef_ptr _s);
void operator<<=(::CORBA::Any& _a, CORBA::SequenceDef_ptr* _s);
_CORBA_Boolean operator>>=(const ::CORBA::Any& _a, CORBA::SequenceDef_ptr& _s);

void operator<<=(::CORBA::Any& _a, CORBA::ArrayDef_ptr _s);
void operator<<=(::CORBA::Any& _a, CORBA::ArrayDef_ptr* _s);
_CORBA_Boolean operator>>=(const ::CORBA::Any& _a, CORBA::ArrayDef_ptr& _s);

void operator<<=(::CORBA::Any& _a, CORBA::ExceptionDef_ptr _s);
void operator<<=(::CORBA::Any& _a, CORBA::ExceptionDef_ptr* _s);
_CORBA_Boolean operator>>=(const ::CORBA::Any& _a, CORBA::ExceptionDef_ptr& _s);

extern void operator<<=(::CORBA::Any& _a, const CORBA::ExceptionDescription& _s);
extern void operator<<=(::CORBA::Any& _a, CORBA::ExceptionDescription* _sp);
extern _CORBA_Boolean operator>>=(const ::CORBA::Any& _a, CORBA::ExceptionDescription*& _sp);
extern _CORBA_Boolean operator>>=(const ::CORBA::Any& _a, const CORBA::ExceptionDescription*& _sp);

inline void operator >>=(CORBA::AttributeMode _e, cdrStream& s) {
  ::operator>>=((::CORBA::ULong)_e, s);
}

inline void operator <<= (CORBA::AttributeMode& _e, cdrStream& s) {
  ::CORBA::ULong _0RL_e;
  ::operator<<=(_0RL_e,s);
  if (_0RL_e <= CORBA::ATTR_READONLY) {
    _e = (CORBA::AttributeMode) _0RL_e;
  }
  else {
    OMNIORB_THROW(MARSHAL,_OMNI_NS(MARSHAL_InvalidEnumValue),
                  (::CORBA::CompletionStatus)s.completion());
  }
}

void operator<<=(::CORBA::Any& _a, CORBA::AttributeMode _s);
_CORBA_Boolean operator>>=(const ::CORBA::Any& _a, CORBA::AttributeMode& _s);

void operator<<=(::CORBA::Any& _a, CORBA::AttributeDef_ptr _s);
void operator<<=(::CORBA::Any& _a, CORBA::AttributeDef_ptr* _s);
_CORBA_Boolean operator>>=(const ::CORBA::Any& _a, CORBA::AttributeDef_ptr& _s);

extern void operator<<=(::CORBA::Any& _a, const CORBA::AttributeDescription& _s);
extern void operator<<=(::CORBA::Any& _a, CORBA::AttributeDescription* _sp);
extern _CORBA_Boolean operator>>=(const ::CORBA::Any& _a, CORBA::AttributeDescription*& _sp);
extern _CORBA_Boolean operator>>=(const ::CORBA::Any& _a, const CORBA::AttributeDescription*& _sp);

inline void operator >>=(CORBA::OperationMode _e, cdrStream& s) {
  ::operator>>=((::CORBA::ULong)_e, s);
}

inline void operator <<= (CORBA::OperationMode& _e, cdrStream& s) {
  ::CORBA::ULong _0RL_e;
  ::operator<<=(_0RL_e,s);
  if (_0RL_e <= CORBA::OP_ONEWAY) {
    _e = (CORBA::OperationMode) _0RL_e;
  }
  else {
    OMNIORB_THROW(MARSHAL,_OMNI_NS(MARSHAL_InvalidEnumValue),
                  (::CORBA::CompletionStatus)s.completion());
  }
}

void operator<<=(::CORBA::Any& _a, CORBA::OperationMode _s);
_CORBA_Boolean operator>>=(const ::CORBA::Any& _a, CORBA::OperationMode& _s);

inline void operator >>=(CORBA::ParameterMode _e, cdrStream& s) {
  ::operator>>=((::CORBA::ULong)_e, s);
}

inline void operator <<= (CORBA::ParameterMode& _e, cdrStream& s) {
  ::CORBA::ULong _0RL_e;
  ::operator<<=(_0RL_e,s);
  if (_0RL_e <= CORBA::PARAM_INOUT) {
    _e = (CORBA::ParameterMode) _0RL_e;
  }
  else {
    OMNIORB_THROW(MARSHAL,_OMNI_NS(MARSHAL_InvalidEnumValue),
                  (::CORBA::CompletionStatus)s.completion());
  }
}

void operator<<=(::CORBA::Any& _a, CORBA::ParameterMode _s);
_CORBA_Boolean operator>>=(const ::CORBA::Any& _a, CORBA::ParameterMode& _s);

extern void operator<<=(::CORBA::Any& _a, const CORBA::ParameterDescription& _s);
extern void operator<<=(::CORBA::Any& _a, CORBA::ParameterDescription* _sp);
extern _CORBA_Boolean operator>>=(const ::CORBA::Any& _a, CORBA::ParameterDescription*& _sp);
extern _CORBA_Boolean operator>>=(const ::CORBA::Any& _a, const CORBA::ParameterDescription*& _sp);

void operator<<=(::CORBA::Any& _a, const CORBA::ParDescriptionSeq& _s);
void operator<<=(::CORBA::Any& _a, CORBA::ParDescriptionSeq* _sp);
_CORBA_Boolean operator>>=(const ::CORBA::Any& _a, CORBA::ParDescriptionSeq*& _sp);
_CORBA_Boolean operator>>=(const ::CORBA::Any& _a, const CORBA::ParDescriptionSeq*& _sp);

void operator<<=(::CORBA::Any& _a, const CORBA::ContextIdSeq& _s);
void operator<<=(::CORBA::Any& _a, CORBA::ContextIdSeq* _sp);
_CORBA_Boolean operator>>=(const ::CORBA::Any& _a, CORBA::ContextIdSeq*& _sp);
_CORBA_Boolean operator>>=(const ::CORBA::Any& _a, const CORBA::ContextIdSeq*& _sp);

void operator<<=(::CORBA::Any& _a, const CORBA::ExceptionDefSeq& _s);
void operator<<=(::CORBA::Any& _a, CORBA::ExceptionDefSeq* _sp);
_CORBA_Boolean operator>>=(const ::CORBA::Any& _a, CORBA::ExceptionDefSeq*& _sp);
_CORBA_Boolean operator>>=(const ::CORBA::Any& _a, const CORBA::ExceptionDefSeq*& _sp);

void operator<<=(::CORBA::Any& _a, const CORBA::ExcDescriptionSeq& _s);
void operator<<=(::CORBA::Any& _a, CORBA::ExcDescriptionSeq* _sp);
_CORBA_Boolean operator>>=(const ::CORBA::Any& _a, CORBA::ExcDescriptionSeq*& _sp);
_CORBA_Boolean operator>>=(const ::CORBA::Any& _a, const CORBA::ExcDescriptionSeq*& _sp);

void operator<<=(::CORBA::Any& _a, CORBA::OperationDef_ptr _s);
void operator<<=(::CORBA::Any& _a, CORBA::OperationDef_ptr* _s);
_CORBA_Boolean operator>>=(const ::CORBA::Any& _a, CORBA::OperationDef_ptr& _s);

extern void operator<<=(::CORBA::Any& _a, const CORBA::OperationDescription& _s);
extern void operator<<=(::CORBA::Any& _a, CORBA::OperationDescription* _sp);
extern _CORBA_Boolean operator>>=(const ::CORBA::Any& _a, CORBA::OperationDescription*& _sp);
extern _CORBA_Boolean operator>>=(const ::CORBA::Any& _a, const CORBA::OperationDescription*& _sp);

void operator<<=(::CORBA::Any& _a, const CORBA::RepositoryIdSeq& _s);
void operator<<=(::CORBA::Any& _a, CORBA::RepositoryIdSeq* _sp);
_CORBA_Boolean operator>>=(const ::CORBA::Any& _a, CORBA::RepositoryIdSeq*& _sp);
_CORBA_Boolean operator>>=(const ::CORBA::Any& _a, const CORBA::RepositoryIdSeq*& _sp);

void operator<<=(::CORBA::Any& _a, const CORBA::OpDescriptionSeq& _s);
void operator<<=(::CORBA::Any& _a, CORBA::OpDescriptionSeq* _sp);
_CORBA_Boolean operator>>=(const ::CORBA::Any& _a, CORBA::OpDescriptionSeq*& _sp);
_CORBA_Boolean operator>>=(const ::CORBA::Any& _a, const CORBA::OpDescriptionSeq*& _sp);

void operator<<=(::CORBA::Any& _a, const CORBA::AttrDescriptionSeq& _s);
void operator<<=(::CORBA::Any& _a, CORBA::AttrDescriptionSeq* _sp);
_CORBA_Boolean operator>>=(const ::CORBA::Any& _a, CORBA::AttrDescriptionSeq*& _sp);
_CORBA_Boolean operator>>=(const ::CORBA::Any& _a, const CORBA::AttrDescriptionSeq*& _sp);

extern void operator<<=(::CORBA::Any& _a, const CORBA::InterfaceDef::FullInterfaceDescription& _s);
extern void operator<<=(::CORBA::Any& _a, CORBA::InterfaceDef::FullInterfaceDescription* _sp);
extern _CORBA_Boolean operator>>=(const ::CORBA::Any& _a, CORBA::InterfaceDef::FullInterfaceDescription*& _sp);
extern _CORBA_Boolean operator>>=(const ::CORBA::Any& _a, const CORBA::InterfaceDef::FullInterfaceDescription*& _sp);

void operator<<=(::CORBA::Any& _a, CORBA::InterfaceDef_ptr _s);
void operator<<=(::CORBA::Any& _a, CORBA::InterfaceDef_ptr* _s);
_CORBA_Boolean operator>>=(const ::CORBA::Any& _a, CORBA::InterfaceDef_ptr& _s);

extern void operator<<=(::CORBA::Any& _a, const CORBA::InterfaceDescription& _s);
extern void operator<<=(::CORBA::Any& _a, CORBA::InterfaceDescription* _sp);
extern _CORBA_Boolean operator>>=(const ::CORBA::Any& _a, CORBA::InterfaceDescription*& _sp);
extern _CORBA_Boolean operator>>=(const ::CORBA::Any& _a, const CORBA::InterfaceDescription*& _sp);

void operator<<=(::CORBA::Any& _a, CORBA::ValueMemberDef_ptr _s);
void operator<<=(::CORBA::Any& _a, CORBA::ValueMemberDef_ptr* _s);
_CORBA_Boolean operator>>=(const ::CORBA::Any& _a, CORBA::ValueMemberDef_ptr& _s);

extern void operator<<=(::CORBA::Any& _a, const CORBA::ValueDef::FullValueDescription& _s);
extern void operator<<=(::CORBA::Any& _a, CORBA::ValueDef::FullValueDescription* _sp);
extern _CORBA_Boolean operator>>=(const ::CORBA::Any& _a, CORBA::ValueDef::FullValueDescription*& _sp);
extern _CORBA_Boolean operator>>=(const ::CORBA::Any& _a, const CORBA::ValueDef::FullValueDescription*& _sp);

void operator<<=(::CORBA::Any& _a, CORBA::ValueDef_ptr _s);
void operator<<=(::CORBA::Any& _a, CORBA::ValueDef_ptr* _s);
_CORBA_Boolean operator>>=(const ::CORBA::Any& _a, CORBA::ValueDef_ptr& _s);

extern void operator<<=(::CORBA::Any& _a, const CORBA::ValueDescription& _s);
extern void operator<<=(::CORBA::Any& _a, CORBA::ValueDescription* _sp);
extern _CORBA_Boolean operator>>=(const ::CORBA::Any& _a, CORBA::ValueDescription*& _sp);
extern _CORBA_Boolean operator>>=(const ::CORBA::Any& _a, const CORBA::ValueDescription*& _sp);

void operator<<=(::CORBA::Any& _a, CORBA::ValueBoxDef_ptr _s);
void operator<<=(::CORBA::Any& _a, CORBA::ValueBoxDef_ptr* _s);
_CORBA_Boolean operator>>=(const ::CORBA::Any& _a, CORBA::ValueBoxDef_ptr& _s);

void operator<<=(::CORBA::Any& _a, CORBA::AbstractInterfaceDef_ptr _s);
void operator<<=(::CORBA::Any& _a, CORBA::AbstractInterfaceDef_ptr* _s);
_CORBA_Boolean operator>>=(const ::CORBA::Any& _a, CORBA::AbstractInterfaceDef_ptr& _s);

inline void
CORBA::IRObject::_marshalObjRef(::CORBA::IRObject_ptr obj, cdrStream& s) {
  omniObjRef::_marshal(obj->_PR_getobj(),s);
}


inline void
CORBA::Contained::_marshalObjRef(::CORBA::Contained_ptr obj, cdrStream& s) {
  omniObjRef::_marshal(obj->_PR_getobj(),s);
}


inline void
CORBA::Container::_marshalObjRef(::CORBA::Container_ptr obj, cdrStream& s) {
  omniObjRef::_marshal(obj->_PR_getobj(),s);
}


inline void
CORBA::IDLType::_marshalObjRef(::CORBA::IDLType_ptr obj, cdrStream& s) {
  omniObjRef::_marshal(obj->_PR_getobj(),s);
}


inline void
CORBA::Repository::_marshalObjRef(::CORBA::Repository_ptr obj, cdrStream& s) {
  omniObjRef::_marshal(obj->_PR_getobj(),s);
}


inline void
CORBA::ModuleDef::_marshalObjRef(::CORBA::ModuleDef_ptr obj, cdrStream& s) {
  omniObjRef::_marshal(obj->_PR_getobj(),s);
}


inline void
CORBA::ConstantDef::_marshalObjRef(::CORBA::ConstantDef_ptr obj, cdrStream& s) {
  omniObjRef::_marshal(obj->_PR_getobj(),s);
}


inline void
CORBA::TypedefDef::_marshalObjRef(::CORBA::TypedefDef_ptr obj, cdrStream& s) {
  omniObjRef::_marshal(obj->_PR_getobj(),s);
}


inline void
CORBA::StructDef::_marshalObjRef(::CORBA::StructDef_ptr obj, cdrStream& s) {
  omniObjRef::_marshal(obj->_PR_getobj(),s);
}


inline void
CORBA::UnionDef::_marshalObjRef(::CORBA::UnionDef_ptr obj, cdrStream& s) {
  omniObjRef::_marshal(obj->_PR_getobj(),s);
}


inline void
CORBA::EnumDef::_marshalObjRef(::CORBA::EnumDef_ptr obj, cdrStream& s) {
  omniObjRef::_marshal(obj->_PR_getobj(),s);
}


inline void
CORBA::AliasDef::_marshalObjRef(::CORBA::AliasDef_ptr obj, cdrStream& s) {
  omniObjRef::_marshal(obj->_PR_getobj(),s);
}


inline void
CORBA::NativeDef::_marshalObjRef(::CORBA::NativeDef_ptr obj, cdrStream& s) {
  omniObjRef::_marshal(obj->_PR_getobj(),s);
}


inline void
CORBA::PrimitiveDef::_marshalObjRef(::CORBA::PrimitiveDef_ptr obj, cdrStream& s) {
  omniObjRef::_marshal(obj->_PR_getobj(),s);
}


inline void
CORBA::StringDef::_marshalObjRef(::CORBA::StringDef_ptr obj, cdrStream& s) {
  omniObjRef::_marshal(obj->_PR_getobj(),s);
}


inline void
CORBA::WstringDef::_marshalObjRef(::CORBA::WstringDef_ptr obj, cdrStream& s) {
  omniObjRef::_marshal(obj->_PR_getobj(),s);
}


inline void
CORBA::FixedDef::_marshalObjRef(::CORBA::FixedDef_ptr obj, cdrStream& s) {
  omniObjRef::_marshal(obj->_PR_getobj(),s);
}


inline void
CORBA::SequenceDef::_marshalObjRef(::CORBA::SequenceDef_ptr obj, cdrStream& s) {
  omniObjRef::_marshal(obj->_PR_getobj(),s);
}


inline void
CORBA::ArrayDef::_marshalObjRef(::CORBA::ArrayDef_ptr obj, cdrStream& s) {
  omniObjRef::_marshal(obj->_PR_getobj(),s);
}


inline void
CORBA::ExceptionDef::_marshalObjRef(::CORBA::ExceptionDef_ptr obj, cdrStream& s) {
  omniObjRef::_marshal(obj->_PR_getobj(),s);
}


inline void
CORBA::AttributeDef::_marshalObjRef(::CORBA::AttributeDef_ptr obj, cdrStream& s) {
  omniObjRef::_marshal(obj->_PR_getobj(),s);
}


inline void
CORBA::OperationDef::_marshalObjRef(::CORBA::OperationDef_ptr obj, cdrStream& s) {
  omniObjRef::_marshal(obj->_PR_getobj(),s);
}


inline void
CORBA::InterfaceDef::_marshalObjRef(::CORBA::InterfaceDef_ptr obj, cdrStream& s) {
  omniObjRef::_marshal(obj->_PR_getobj(),s);
}


inline void
CORBA::ValueMemberDef::_marshalObjRef(::CORBA::ValueMemberDef_ptr obj, cdrStream& s) {
  omniObjRef::_marshal(obj->_PR_getobj(),s);
}


inline void
CORBA::ValueDef::_marshalObjRef(::CORBA::ValueDef_ptr obj, cdrStream& s) {
  omniObjRef::_marshal(obj->_PR_getobj(),s);
}


inline void
CORBA::ValueBoxDef::_marshalObjRef(::CORBA::ValueBoxDef_ptr obj, cdrStream& s) {
  omniObjRef::_marshal(obj->_PR_getobj(),s);
}


inline void
CORBA::AbstractInterfaceDef::_marshalObjRef(::CORBA::AbstractInterfaceDef_ptr obj, cdrStream& s) {
  omniObjRef::_marshal(obj->_PR_getobj(),s);
}


#endif