summaryrefslogtreecommitdiff
path: root/TAO/tao/Policy.pidl
diff options
context:
space:
mode:
authorboris <boris@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-12-30 23:41:17 +0000
committerboris <boris@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-12-30 23:41:17 +0000
commit2ebaacf65bc2e6fa31f7f0badaab313fba9dbbb7 (patch)
treeffd3a9346e5ad428719d7d4da18f25565555b05c /TAO/tao/Policy.pidl
parenta1453396457051eba3b49d503d8a6d85e4a4ef98 (diff)
downloadATCD-2ebaacf65bc2e6fa31f7f0badaab313fba9dbbb7.tar.gz
ChangeLogTag: Tue Dec 30 17:43:30 2003 Boris Kolpackov <boris@dre.vanderbilt.edu>
Diffstat (limited to 'TAO/tao/Policy.pidl')
-rw-r--r--TAO/tao/Policy.pidl6
1 files changed, 5 insertions, 1 deletions
diff --git a/TAO/tao/Policy.pidl b/TAO/tao/Policy.pidl
index aa655485600..cf604241bf1 100644
--- a/TAO/tao/Policy.pidl
+++ b/TAO/tao/Policy.pidl
@@ -61,9 +61,13 @@ module CORBA
PolicyErrorCode reason;
};
+ //@@ should be replaced with the inclusion of UShortSeq.pidl
+ //
+ typedef sequence<unsigned short> UShortSeq;
+
exception InvalidPolicies
{
- sequence<unsigned short> indices;
+ UShortSeq indices;
};
interface Policy