Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
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