// -*- IDL -*- // $Id$ // Included for compatibility with the CORBA 2 specification. #ifndef TAO_ORB_IDL #define TAO_ORB_IDL ///FUZZ: disable check_for_include/ #include #include #include #include #include #include #include #include #include #include #include #include #include #if ! defined (ACE_LACKS_LONGLONG_T) #include #endif /* ! defined (ACE_LACKS_LONGLONG_T) */ #if ! defined (ACE_LACKS_U_LONGLONG_T) #include #endif /* ! defined (ACE_LACKS_U_LONGLONG_T) */ #include #include #include #include #include #include #pragma prefix "omg.org" module CORBA { struct NamedValue { Identifier name; any argument; long len; Flags arg_modes; }; enum exception_type { NO_EXCEPTION, USER_EXCEPTION, SYSTEM_EXCEPTION }; native ValueFactory; }; #endif /* TAO_ORB_IDL */