Merge pull request #2216 from jwillemsen/jwi-cxxversionchecks
[ACE_TAO.git] / TAO / tao / InterfaceDef.pidl
blobbbdc2c7136347d0d2025696239c7dd09147f3818
1 /**
2  * @file InterfaceDef.pidl
3  *
4  * @brief Define the CORBA::InterfaceDef type.
5  *
6  * This file is used to provide a definition for the CORBA::InterfaceDef
7  * type, it is *NOT* pre-compiled, but included from other
8  * pre-compiled files.
9  */
11 #ifndef TAO_CORBA_INTERFACEDEF_PIDL
12 #define TAO_CORBA_INTERFACEDEF_PIDL
14 #pragma prefix "omg.org"
16 module CORBA
18   interface InterfaceDef;
21 #pragma prefix ""
23 #endif /* TAO_CORBA_INTERFACEDEF_PIDL */