summaryrefslogtreecommitdiff
path: root/TAO/tao/orb.idl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/orb.idl')
-rw-r--r--TAO/tao/orb.idl17
1 files changed, 1 insertions, 16 deletions
diff --git a/TAO/tao/orb.idl b/TAO/tao/orb.idl
index cda9339e394..5f6f56d77dd 100644
--- a/TAO/tao/orb.idl
+++ b/TAO/tao/orb.idl
@@ -8,6 +8,7 @@
#define TAO_ORB_IDL
#include <Policy.pidl>
+#include <Services.pidl>
#pragma prefix "omg.org"
@@ -93,22 +94,6 @@ module CORBA
typedef string ObjectId;
typedef sequence <ObjectId> ObjectIdList;
- 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;
- };
-
// Portable Interceptor specification adds these types.
typedef sequence<string> StringSeq;
typedef sequence<wstring> WStringSeq;