00001 /** 00002 * @file InterfaceDef.pidl 00003 * 00004 * $Id: InterfaceDef.pidl 66302 2005-06-10 10:21:12Z jwillemsen $ 00005 * 00006 * @brief Define the CORBA::InterfaceDef type. 00007 * 00008 * This file is used to provide a definition for the CORBA::InterfaceDef 00009 * type, it is *NOT* pre-compiled, but included from other 00010 * pre-compiled files. 00011 * 00012 */ 00013 00014 #ifndef TAO_CORBA_INTERFACEDEF_PIDL 00015 #define TAO_CORBA_INTERFACEDEF_PIDL 00016 00017 #pragma prefix "omg.org" 00018 00019 module CORBA 00020 { 00021 interface InterfaceDef; 00022 }; 00023 00024 #pragma prefix "" 00025 00026 #endif /* TAO_CORBA_INTERFACEDEF_PIDL */