Revert "Minor modernization of DynamicAny code"
[ACE_TAO.git] / TAO / tao / orb.idl
blobf7763b9f70eb37b9fa07dcd50185364f57efb247
1 // -*- IDL -*-
3 // Included for compatibility with the CORBA 2 specification.
5 #ifndef TAO_ORB_IDL
6 #define TAO_ORB_IDL
8 ///FUZZ: disable check_for_include/
9 #include <tao/BooleanSeq.pidl>
10 #include <tao/CharSeq.pidl>
11 #include <tao/DoubleSeq.pidl>
12 #include <tao/FloatSeq.pidl>
13 #include <tao/LongDoubleSeq.pidl>
14 #include <tao/LongSeq.pidl>
15 #include <tao/OctetSeq.pidl>
16 #include <tao/ShortSeq.pidl>
17 #include <tao/StringSeq.pidl>
18 #include <tao/ULongSeq.pidl>
19 #include <tao/UShortSeq.pidl>
20 #include <tao/WCharSeq.pidl>
21 #include <tao/WStringSeq.pidl>
22 #include <tao/LongLongSeq.pidl>
23 #include <tao/ULongLongSeq.pidl>
25 #include <tao/Policy.pidl>
26 #include <tao/Policy_Manager.pidl>
27 #include <tao/Policy_Current.pidl>
28 #include <tao/Services.pidl>
29 #include <tao/ParameterMode.pidl>
30 #include <tao/orb_types.pidl>
31 #include <tao/Typecode_types.pidl>
32 #include <tao/WrongTransaction.pidl>
34 #pragma prefix "omg.org"
36 module CORBA
38 struct NamedValue
40 Identifier name;
41 any argument;
42 long len;
43 Flags arg_modes;
46 enum exception_type
48 NO_EXCEPTION,
49 USER_EXCEPTION,
50 SYSTEM_EXCEPTION
53 native ValueFactory;
56 #endif /* TAO_ORB_IDL */