This file is indexed.

/usr/share/doc/polyorb-doc/examples/corba/thread_pool_tester/svc.idl is in polyorb-doc 2.11~20140418-3.

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

The actual contents of the file can be viewed below.

1
2
3
4
interface Svc {
  void Wait (in short Cond_Id);
  //  Wait on the indicated condition variable
};