diff options
author | parsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2004-07-20 20:15:50 +0000 |
---|---|---|
committer | parsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2004-07-20 20:15:50 +0000 |
commit | 0d7114584aa2fe277230d45214d8c30ab0012a77 (patch) | |
tree | d0d53bf02bdba9ce57a7a3feeb581cd9e9b42301 /TAO/tao/WStringSeq.pidl | |
parent | 88b31d4ffe1460d07806f6f0f043f6c6ba151f61 (diff) | |
download | ATCD-0d7114584aa2fe277230d45214d8c30ab0012a77.tar.gz |
ChangeLogTag: Tue Jul 20 15:08:09 2004 Jeff Parsons <j.parsons@vanderbilt.edu>
Diffstat (limited to 'TAO/tao/WStringSeq.pidl')
-rw-r--r-- | TAO/tao/WStringSeq.pidl | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/TAO/tao/WStringSeq.pidl b/TAO/tao/WStringSeq.pidl new file mode 100644 index 00000000000..a80088c3468 --- /dev/null +++ b/TAO/tao/WStringSeq.pidl @@ -0,0 +1,32 @@ +// -*- IDL -*- +// +// $Id$ + +// ================================================================ +// +// This file was used to generate the code in WStringSeqC.* +// The command used to generate code is: +// +// tao_idl +// -o orig -Ge 1 -GT -GA -Sc +// -Wb,export_macro=TAO_Export +// -Wb,pre_include="ace/pre.h" +// -Wb,post_include="ace/post.h" +// WStringSeq.pidl +// +// Patches for changes to the generated code are available in the +// `diffs' directory. +// ================================================================ + + +#ifndef TAO_CORBA_WSTRING_SEQ_IDL +#define TAO_CORBA_WSTRING_SEQ_IDL + +#pragma prefix "omg.org" + +module CORBA +{ + typedef sequence<wstring> WStringSeq; +}; + +#endif /* TAO_CORBA_WSTRING_SEQ_IDL */ |