summaryrefslogtreecommitdiff
path: root/TAO/tao/StringSeq.pidl
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2000-10-23 10:03:19 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2000-10-23 10:03:19 +0000
commit972f93ac6e5baa2bbcfcab44e8a55730cbf78fea (patch)
treeae0eb6fa77b9d9753e97f55b09c48731e3f807d8 /TAO/tao/StringSeq.pidl
parent397114a145b42ac235f4e59aeeaa8409978a895f (diff)
downloadATCD-972f93ac6e5baa2bbcfcab44e8a55730cbf78fea.tar.gz
ChangeLogTag:Mon Oct 23 02:49:25 2000 Ossama Othman <ossama@uci.edu>
Diffstat (limited to 'TAO/tao/StringSeq.pidl')
-rw-r--r--TAO/tao/StringSeq.pidl33
1 files changed, 33 insertions, 0 deletions
diff --git a/TAO/tao/StringSeq.pidl b/TAO/tao/StringSeq.pidl
new file mode 100644
index 00000000000..307361ea0c6
--- /dev/null
+++ b/TAO/tao/StringSeq.pidl
@@ -0,0 +1,33 @@
+// -*- IDL -*-
+//
+// $Id$
+
+// ================================================================
+//
+// This file was used to generate the code in PortableInterceptorC.*
+// The command used to generate code is:
+//
+// tao_idl
+// -Ge 1 \
+// -Wb,export_macro=TAO_Export \
+// -Wb,export_include="tao/corbafwd.h" \
+// -Wb,pre_include="ace/pre.h" \
+// -Wb,post_include="ace/post.h" \
+// StringSeq.pidl
+//
+// Patches for changes to the generated code are available in the
+// `diffs' directory.
+// ================================================================
+
+
+#ifndef TAO_STRING_SEQ_IDL
+#define TAO_STRING_SEQ_IDL
+
+#pragma prefix "omg.org"
+
+typedef sequence<string> StringSeq;
+typedef sequence<wstring> WStringSeq;
+
+#pragma prefix ""
+
+#endif /* TAO_STRING_SEQ_IDL */