summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2004-03-22 20:27:02 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2004-03-22 20:27:02 +0000
commit6fcec736839f6bfa0d6105b0e364003d689b8a25 (patch)
tree324eb92cde6bd042cfffd96bc73621f58ba38ab4
parent47c7f00c14921a2431f65eb46cb57a290ec5f244 (diff)
downloadATCD-6fcec736839f6bfa0d6105b0e364003d689b8a25.tar.gz
ChangeLogTag: Thu Mar 18 11:38:53 2004 Jeff Parsons <j.parsons@vanderbilt.edu>
-rw-r--r--TAO/tao/FloatSeq.pidl32
1 files changed, 32 insertions, 0 deletions
diff --git a/TAO/tao/FloatSeq.pidl b/TAO/tao/FloatSeq.pidl
new file mode 100644
index 00000000000..015267b6241
--- /dev/null
+++ b/TAO/tao/FloatSeq.pidl
@@ -0,0 +1,32 @@
+// -*- IDL -*-
+//
+// $Id$
+
+// ================================================================
+/**
+ *
+ * This file was used to generate the code in FloatSeq*.*
+ * The command used to generate code is:
+ *
+ * tao_idl
+ * -o orig -Ge 1 -Sc -GT -GA
+ * -Wb,export_macro=TAO_Export
+ * -Wb,pre_include="ace/pre.h"
+ * -Wb,post_include="ace/post.h"
+ * FloatSeq.pidl
+ *
+ */
+// ================================================================
+
+
+#ifndef TAO_CORBA_FLOAT_SEQ_IDL
+#define TAO_CORBA_FLOAT_SEQ_IDL
+
+#pragma prefix "omg.org"
+
+module CORBA
+{
+ typedef sequence<float> FloatSeq;
+};
+
+#endif /* TAO_CORBA_FLOAT_SEQ_IDL */