summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbala <balanatarajan@users.noreply.github.com>1999-05-12 02:09:09 +0000
committerbala <balanatarajan@users.noreply.github.com>1999-05-12 02:09:09 +0000
commit780bdbf993ccc410659749357807568ed0e0450d (patch)
tree00239360dba0e47128c0a4f36a68af0656d3455c
parent42331fc4bcd8fc7be0fd25721fb92afbca0bf54c (diff)
downloadATCD-780bdbf993ccc410659749357807568ed0e0450d.tar.gz
*** empty log message ***
-rw-r--r--TAO/tao/CORBA.pidl15
1 files changed, 15 insertions, 0 deletions
diff --git a/TAO/tao/CORBA.pidl b/TAO/tao/CORBA.pidl
index f358f918b86..5ea96839ab6 100644
--- a/TAO/tao/CORBA.pidl
+++ b/TAO/tao/CORBA.pidl
@@ -23,6 +23,21 @@ module CORBA
SYSTEM_EXCEPTION
};
+ typedef unsigned short ServiceType;
+ typedef unsigned long ServiceOption;
+ typedef unsigned long ServiceDetailType;
+
+ struct ServiceDetail
+ {
+ ServiceDetailType service_detail_type;
+ sequence <octet> service_detail;
+ };
+
+ struct ServiceInformation
+ {
+ sequence <ServiceOption> service_options;
+ sequence <ServiceDetail> service_details;
+ };
};
#pragma prefix ""