diff options
author | bala <balanatarajan@users.noreply.github.com> | 2003-12-07 15:38:18 +0000 |
---|---|---|
committer | bala <balanatarajan@users.noreply.github.com> | 2003-12-07 15:38:18 +0000 |
commit | e925c453baaf764635a2088e8bbe6d74f0e6bc45 (patch) | |
tree | 2808f28a6d4b874849b757f0345391c5b5701f61 /TAO/tao/IOP_IOR.pidl | |
parent | cddef6f0be7af42dbf52af43bc06cab254fb1425 (diff) | |
download | ATCD-e925c453baaf764635a2088e8bbe6d74f0e6bc45.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.pidl | 2 |
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; |