diff options
Diffstat (limited to 'TAO/tao/StringSeq.pidl')
-rw-r--r-- | TAO/tao/StringSeq.pidl | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/TAO/tao/StringSeq.pidl b/TAO/tao/StringSeq.pidl index 3d2c69a9102..bdcc17cda09 100644 --- a/TAO/tao/StringSeq.pidl +++ b/TAO/tao/StringSeq.pidl @@ -4,13 +4,13 @@ // ================================================================ // -// This file was used to generate the code in PortableInterceptorC.* +// This file was used to generate the code in StringSeqC.* // The command used to generate code is: // // tao_idl -// -o orig -Gp -Gd -Ge 1 -Gv -DCORBA3 +// -o orig -Gp -Gd -Ge 1 // -Wb,export_macro=TAO_Export -// -Wb,export_include="corbafwd.h" +// -Wb,export_include="tao/corbafwd.h" // -Wb,pre_include="ace/pre.h" // -Wb,post_include="ace/post.h" // StringSeq.pidl @@ -31,6 +31,4 @@ module CORBA typedef sequence<wstring> WStringSeq; }; -#pragma prefix "" - #endif /* TAO_CORBA_STRING_SEQ_IDL */ |