summaryrefslogtreecommitdiff
path: root/TAO/tao/ULongSeq.pidl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/ULongSeq.pidl')
-rw-r--r--TAO/tao/ULongSeq.pidl23
1 files changed, 23 insertions, 0 deletions
diff --git a/TAO/tao/ULongSeq.pidl b/TAO/tao/ULongSeq.pidl
new file mode 100644
index 00000000000..4f08ef8c62a
--- /dev/null
+++ b/TAO/tao/ULongSeq.pidl
@@ -0,0 +1,23 @@
+// -*- IDL -*-
+//
+// $Id$
+
+// ================================================================
+/**
+ *
+ * This file is used to generate the code in ULongSeq*.*
+ */
+// ================================================================
+
+
+#ifndef TAO_CORBA_ULONG_SEQ_IDL
+#define TAO_CORBA_ULONG_SEQ_IDL
+
+#pragma prefix "omg.org"
+
+module CORBA
+{
+ typedef sequence<unsigned long> ULongSeq;
+};
+
+#endif /* TAO_CORBA_ULONG_SEQ_IDL */