/usr/share/idl/tao/InterfaceDef.pidl is in libtao-dev 6.0.1-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 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 | /**
* @file InterfaceDef.pidl
*
* $Id: InterfaceDef.pidl 66302 2005-06-10 10:21:12Z jwillemsen $
*
* @brief Define the CORBA::InterfaceDef type.
*
* This file is used to provide a definition for the CORBA::InterfaceDef
* type, it is *NOT* pre-compiled, but included from other
* pre-compiled files.
*
*/
#ifndef TAO_CORBA_INTERFACEDEF_PIDL
#define TAO_CORBA_INTERFACEDEF_PIDL
#pragma prefix "omg.org"
module CORBA
{
interface InterfaceDef;
};
#pragma prefix ""
#endif /* TAO_CORBA_INTERFACEDEF_PIDL */
|