summaryrefslogtreecommitdiff
path: root/TAO/tao/orb.idl
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-02-07 01:15:36 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-02-07 01:15:36 +0000
commit190c36d2ea7e4e20d46c818fc07671bb08d7c2bb (patch)
tree05dde0aa9049994f1faba05005a14d68705df49f /TAO/tao/orb.idl
parent2b5efe56c8e54b3899ec230adc293a3fe49d776e (diff)
downloadATCD-190c36d2ea7e4e20d46c818fc07671bb08d7c2bb.tar.gz
ChangeLogTag: Wed Feb 6 18:56:03 2002 Jeff Parsons <parsons@cs.wustl.edu>
Diffstat (limited to 'TAO/tao/orb.idl')
-rw-r--r--TAO/tao/orb.idl43
1 files changed, 40 insertions, 3 deletions
diff --git a/TAO/tao/orb.idl b/TAO/tao/orb.idl
index c26a3ee42b0..65714ddb943 100644
--- a/TAO/tao/orb.idl
+++ b/TAO/tao/orb.idl
@@ -13,6 +13,46 @@
module CORBA
{
+ enum TCKind
+ {
+ tk_null,
+ tk_void,
+ tk_short,
+ tk_long,
+ tk_ushort,
+ tk_ulong,
+ tk_float,
+ tk_double,
+ tk_boolean,
+ tk_char,
+ tk_octet,
+ tk_any,
+ tk_TypeCode,
+ tk_Principal,
+ tk_objref,
+ tk_struct,
+ tk_union,
+ tk_enum,
+ tk_string,
+ tk_sequence,
+ tk_array,
+ tk_alias,
+ tk_except,
+ tk_longlong,
+ tk_ulonglong,
+ tk_longdouble,
+ tk_wchar,
+ tk_wstring,
+ tk_fixed,
+ tk_value,
+ tk_value_box,
+ tk_native,
+ tk_abstract_interface,
+ tk_local_interface,
+ tk_component,
+ tk_home
+ };
+
typedef string ORBid;
typedef unsigned long Flags;
typedef string Identifier;
@@ -63,9 +103,6 @@ module CORBA
typedef sequence<string> StringSeq;
typedef sequence<wstring> WStringSeq;
typedef sequence<octet> OctetSeq;
-
};
-#pragma prefix ""
-
#endif /* TAO_ORB_IDL */