summaryrefslogtreecommitdiff
path: root/TAO/tao/IOP_IOR.pidl
diff options
context:
space:
mode:
authorbala <bala@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-12-07 15:38:18 +0000
committerbala <bala@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-12-07 15:38:18 +0000
commitefc5f8b7a63f2dc103cdf43dcaad836a36935478 (patch)
tree2808f28a6d4b874849b757f0345391c5b5701f61 /TAO/tao/IOP_IOR.pidl
parent6e0fc66a9ff8b76a5e5e09668bceb3972ac87ffe (diff)
downloadATCD-efc5f8b7a63f2dc103cdf43dcaad836a36935478.tar.gz
ChangeLogTag:Sun Dec 7 09:36:05 2003 Balachandran Natarajan <bala@dre.vanderbilt.edu>
Diffstat (limited to 'TAO/tao/IOP_IOR.pidl')
-rw-r--r--TAO/tao/IOP_IOR.pidl2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/IOP_IOR.pidl b/TAO/tao/IOP_IOR.pidl
index 7d327313c27..ea218ed83e1 100644
--- a/TAO/tao/IOP_IOR.pidl
+++ b/TAO/tao/IOP_IOR.pidl
@@ -78,7 +78,7 @@ module IOP
typedef unsigned long ServiceId;
struct ServiceContext {
ServiceId context_id;
- sequence <octet> context_data;
+ CORBA::OctetSeq context_data;
};
typedef sequence <ServiceContext> ServiceContextList;