summaryrefslogtreecommitdiff
path: root/TAO/tao/GIOP.pidl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/GIOP.pidl')
-rw-r--r--TAO/tao/GIOP.pidl5
1 files changed, 4 insertions, 1 deletions
diff --git a/TAO/tao/GIOP.pidl b/TAO/tao/GIOP.pidl
index a09e1f2cdbc..efd946270de 100644
--- a/TAO/tao/GIOP.pidl
+++ b/TAO/tao/GIOP.pidl
@@ -23,7 +23,10 @@
//
// ================================================================
#pragma prefix "omg.org"
+
#include "IOP.pidl"
+#include "OctetSeq.pidl"
+
module GIOP
{
typedef short AddressingDisposition;
@@ -44,7 +47,7 @@ module GIOP
union TargetAddress switch (AddressingDisposition)
{
- case KeyAddr: sequence <octet> object_key;
+ case KeyAddr: CORBA::OctetSeq object_key;
case ProfileAddr: IOP::TaggedProfile profile;
case ReferenceAddr: IORAddressingInfo ior;
};