summaryrefslogtreecommitdiff
path: root/TAO/tao/UInt8Seq.pidl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/UInt8Seq.pidl')
-rw-r--r--TAO/tao/UInt8Seq.pidl11
1 files changed, 11 insertions, 0 deletions
diff --git a/TAO/tao/UInt8Seq.pidl b/TAO/tao/UInt8Seq.pidl
new file mode 100644
index 00000000000..e43b19c2656
--- /dev/null
+++ b/TAO/tao/UInt8Seq.pidl
@@ -0,0 +1,11 @@
+#ifndef TAO_CORBA_UINT8_SEQ_IDL
+#define TAO_CORBA_UINT8_SEQ_IDL
+
+#pragma prefix "omg.org"
+
+module CORBA
+{
+ typedef sequence<uint8> UInt8Seq;
+};
+
+#endif /* TAO_CORBA_UINT8_SEQ_IDL */