summaryrefslogtreecommitdiff
path: root/TAO/tao/IOP.pidl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/IOP.pidl')
-rw-r--r--TAO/tao/IOP.pidl72
1 files changed, 0 insertions, 72 deletions
diff --git a/TAO/tao/IOP.pidl b/TAO/tao/IOP.pidl
deleted file mode 100644
index 83d3580fdbe..00000000000
--- a/TAO/tao/IOP.pidl
+++ /dev/null
@@ -1,72 +0,0 @@
-//
-// $Id$
-//
-
-#pragma prefix "omg.org"
-
-module IOP
-{
- typedef unsigned long ProfileId;
- const ProfileId TAG_INTERNET_IOP = 0;
- const ProfileId TAG_MULTIPLE_COMPONENTS = 0;
-
- struct TaggedProfile {
- ProfileId tag;
- sequence<octet> profile_data;
- };
-
- struct IOR {
- string type_id;
- sequence<TaggedProfile> profiles;
- };
-
- typedef unsigned long ComponentId;
- struct TaggedComponent {
- ComponentId tag;
- sequence<octet> component_data;
- };
- typedef sequence<TaggedComponent> MultipleComponentProfile;
-
- const ComponentId TAG_ORB_TYPE = 0;
- const ComponentId TAG_CODE_SETS = 1;
- const ComponentId TAG_POLICIES = 2;
- const ComponentId TAG_ALTERNATE_IIOP_ADDRESS = 3;
- const ComponentId TAG_ASSOCIATION_OPTIONS = 13;
- const ComponentId TAG_SEC_NAME = 14;
- const ComponentId TAG_SPKM_1_SEC_MECH = 15;
- const ComponentId TAG_SPKM_2_SEC_MECH = 16;
- const ComponentId TAG_KerberosV5_SEC_MECH = 17;
- const ComponentId TAG_CSI_ECMA_Secret_SEC_MECH = 18;
- const ComponentId TAG_CSI_ECMA_Hybrid_SEC_MECH = 19;
- const ComponentId TAG_SSL_SEC_TRANS = 20;
- const ComponentId TAG_CSI_ECMA_Public_SEC_MECH = 21;
- const ComponentId TAG_GENERIC_SEC_MECH = 22;
-
- const ComponentId TAG_COMPLETE_OBJECT_KEY = 5;
- const ComponentId TAG_ENDPOINT_ID_POSITION = 6;
- const ComponentId TAG_LOCATION_POLICY = 12;
- const ComponentId TAG_DCE_STRING_BINDING = 100;
- const ComponentId TAG_DCE_BINDING_NAME = 101;
- const ComponentId TAG_DCE_NO_PIPES = 102;
- const ComponentId TAG_DCE_SEC_MECH = 103;
-
- typedef unsigned long ServiceId;
- struct ServiceContext {
- ServiceId context_id;
- sequence <octet> context_data;
- };
- typedef sequence <ServiceContext> ServiceContextList;
-
- const ServiceId TransactionService = 0;
- const ServiceId CodeSets = 1;
- const ServiceId ChainBypassCheck = 2;
- const ServiceId ChainBypassInfo = 3;
- const ServiceId LogicalThreadId = 4;
- const ServiceId BI_DIR_IIOP = 5;
- const ServiceId SendingContextRunTime = 6;
- const ServiceId INVOCATION_POLICIES = 7;
- // const ServiceId FORWARDED_IDENTITY = 8;
- const ServiceId UnknownExceptionInfo = 9;
-};
-
-#pragma prefix ""