summaryrefslogtreecommitdiff
path: root/CIAO
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2009-11-17 09:48:26 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2009-11-17 09:48:26 +0000
commit44fef2fce538481601ffd76f969a4f6e6942f3d0 (patch)
tree04c30cc3b7a643f479252644a5945ec976a883d3 /CIAO
parent292bacd0048bf917865be4552e18decc7b789e59 (diff)
downloadATCD-44fef2fce538481601ffd76f969a4f6e6942f3d0.tar.gz
Diffstat (limited to 'CIAO')
-rw-r--r--CIAO/connectors/dds4ccm/idl/dds_rtf2_dcps_i_handle.idl15
1 files changed, 15 insertions, 0 deletions
diff --git a/CIAO/connectors/dds4ccm/idl/dds_rtf2_dcps_i_handle.idl b/CIAO/connectors/dds4ccm/idl/dds_rtf2_dcps_i_handle.idl
new file mode 100644
index 00000000000..e4d164b924c
--- /dev/null
+++ b/CIAO/connectors/dds4ccm/idl/dds_rtf2_dcps_i_handle.idl
@@ -0,0 +1,15 @@
+// $Id$
+
+#ifndef DDS_RFT2_DCPS_IDL_I
+#define DDS_RFT2_DCPS_IDL_I
+
+module DDS {
+ struct NativeInstanceHandle_t {
+ octet value[16];
+ unsigned long length;
+ };
+ typedef NativeInstanceHandle_t InstanceHandle_t;
+ typedef sequence<InstanceHandle_t> InstanceHandleSeq;
+};
+
+#endif