This file is indexed.

/usr/include/omniORB4/boxes_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
// This file is generated by omniidl (C++ backend)- omniORB_4_1. Do not edit.
#ifndef __boxes_operators_hh__
#define __boxes_operators_hh__

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

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

#endif