summaryrefslogtreecommitdiff
path: root/TAO/tao/IOP_IOR.pidl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/IOP_IOR.pidl')
-rw-r--r--TAO/tao/IOP_IOR.pidl5
1 files changed, 3 insertions, 2 deletions
diff --git a/TAO/tao/IOP_IOR.pidl b/TAO/tao/IOP_IOR.pidl
index 54deeb7f3da..11fe0ec2196 100644
--- a/TAO/tao/IOP_IOR.pidl
+++ b/TAO/tao/IOP_IOR.pidl
@@ -30,6 +30,7 @@
#define TAO_IOP_IOR_PIDL
#include <orb.idl>
+#include <OctetSeq.pidl>
#pragma prefix "omg.org"
@@ -41,7 +42,7 @@ module IOP
struct TaggedProfile {
ProfileId tag;
- sequence<octet> profile_data;
+ CORBA::OctetSeq profile_data;
};
struct IOR {
@@ -52,7 +53,7 @@ module IOP
typedef unsigned long ComponentId;
struct TaggedComponent {
ComponentId tag;
- sequence<octet> component_data;
+ CORBA::OctetSeq component_data;
};
typedef sequence<TaggedComponent> MultipleComponentProfile;
typedef sequence<TaggedComponent> TaggedComponentList;