diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2005-01-06 15:26:04 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2005-01-06 15:26:04 +0000 |
commit | 8565645d4792e8f86dd1cd3cc4fc7be2e88017e1 (patch) | |
tree | a81acd057f1d45aed5b628afd1fdcb124116f733 /TAO/tao/orb.idl | |
parent | 78a8335d0b14faf8a1ebe7a08c801b8a4f985e3b (diff) | |
download | ATCD-8565645d4792e8f86dd1cd3cc4fc7be2e88017e1.tar.gz |
ChangeLogTag: Thu Jan 6 15:25:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tao/orb.idl')
-rw-r--r-- | TAO/tao/orb.idl | 50 |
1 files changed, 2 insertions, 48 deletions
diff --git a/TAO/tao/orb.idl b/TAO/tao/orb.idl index faf7744418a..2b70c964f7c 100644 --- a/TAO/tao/orb.idl +++ b/TAO/tao/orb.idl @@ -34,58 +34,13 @@ #include <tao/Policy.pidl> #include <tao/Services.pidl> #include <tao/ParameterMode.pidl> +#include <tao/orb_types.pidl> +#include <tao/Typecode_types.pidl> #pragma prefix "omg.org" module CORBA { - interface TypeCode; - - 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; - typedef string RepositoryId; - struct NamedValue { Identifier name; @@ -111,7 +66,6 @@ module CORBA const Visibility PRIVATE_MEMBER = 0; const Visibility PUBLIC_MEMBER = 1; - typedef string ObjectId; typedef sequence <ObjectId> ObjectIdList; }; |