summaryrefslogtreecommitdiff
path: root/TAO/tao/UShortSeq.pidl
diff options
context:
space:
mode:
authorboris <boris@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2004-01-06 21:04:29 +0000
committerboris <boris@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2004-01-06 21:04:29 +0000
commit35bbeb95c37d03d4cfaaee8c0d41e6003d0cfc94 (patch)
tree3e256e323c97a7564b853a5c2fc74ee20c9fbfef /TAO/tao/UShortSeq.pidl
parent3956f6f441f59848587c011cc0eb636103adaddd (diff)
downloadATCD-35bbeb95c37d03d4cfaaee8c0d41e6003d0cfc94.tar.gz
ChangeLogTag: Tue Jan 6 15:03:13 2004 Boris Kolpackov <boris@dre.vanderbilt.edu>
Diffstat (limited to 'TAO/tao/UShortSeq.pidl')
-rw-r--r--TAO/tao/UShortSeq.pidl32
1 files changed, 32 insertions, 0 deletions
diff --git a/TAO/tao/UShortSeq.pidl b/TAO/tao/UShortSeq.pidl
new file mode 100644
index 00000000000..3628e2f1643
--- /dev/null
+++ b/TAO/tao/UShortSeq.pidl
@@ -0,0 +1,32 @@
+// -*- IDL -*-
+//
+// $Id$
+
+// ================================================================
+//
+// This file was used to generate the code in UShortSeqC.*
+// The command used to generate code is:
+//
+// tao_idl
+// -o orig -Ge 1 -GT -GA
+// -Wb,export_macro=TAO_Export
+// -Wb,pre_include="ace/pre.h"
+// -Wb,post_include="ace/post.h"
+// UShortSeq.pidl
+//
+// Patches for changes to the generated code are available in the
+// `diffs' directory.
+// ================================================================
+
+
+#ifndef TAO_CORBA_U_SHORT_SEQ_IDL
+#define TAO_CORBA_U_SHORT_SEQ_IDL
+
+#pragma prefix "omg.org"
+
+module CORBA
+{
+ typedef sequence<unsigned short> UShortSeq;
+};
+
+#endif /* TAO_CORBA_U_SHORT_SEQ_IDL */