summaryrefslogtreecommitdiff
path: root/tao/Services.pidl
diff options
context:
space:
mode:
Diffstat (limited to 'tao/Services.pidl')
-rw-r--r--tao/Services.pidl3
1 files changed, 2 insertions, 1 deletions
diff --git a/tao/Services.pidl b/tao/Services.pidl
index 2543927025e..26d37adf618 100644
--- a/tao/Services.pidl
+++ b/tao/Services.pidl
@@ -23,6 +23,7 @@
#define TAO_CORBA_SERVICES_IDL
#include "tao/OctetSeq.pidl"
+#include "tao/ULongSeq.pidl"
#pragma prefix "omg.org"
@@ -32,7 +33,7 @@ module CORBA
typedef unsigned long ServiceOption;
typedef unsigned long ServiceDetailType;
typedef OctetSeq ServiceDetailData;
- typedef sequence<ServiceOption> ServiceOptionSeq;
+ typedef ULongSeq ServiceOptionSeq;
const ServiceType Security = 1;