This file is indexed.

/usr/share/doc/polyorb-doc/examples/corba/rtcorba/client_propagated/echo.idl is in polyorb-doc 2.11~20140418-3.2.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

1
2
3
interface Echo {
  short echoString (in string Mesg);
};