diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2005-08-19 08:02:52 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2005-08-19 08:02:52 +0000 |
commit | d9e7859115ef1d5ec0f1c0a829b697354990a8a4 (patch) | |
tree | 384c03f0891bbd738983cd5477ac803253f7aaee /TAO/tao/IIOP.pidl | |
parent | 03b65689794604a55162d73e8a5a4ccb5827b307 (diff) | |
download | ATCD-d9e7859115ef1d5ec0f1c0a829b697354990a8a4.tar.gz |
ChangeLogTag Fri Aug 19 07:56:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tao/IIOP.pidl')
-rw-r--r-- | TAO/tao/IIOP.pidl | 32 |
1 files changed, 17 insertions, 15 deletions
diff --git a/TAO/tao/IIOP.pidl b/TAO/tao/IIOP.pidl index 4fa9e7da509..cd52af48f60 100644 --- a/TAO/tao/IIOP.pidl +++ b/TAO/tao/IIOP.pidl @@ -2,21 +2,23 @@ // // $Id$ -// -// This file was used to generate the code in -// IIOP*.* The command used to generate code -// is: -// -// tao_idl \ -// -o orig -Gp -Gd -Ge 1 -GA -Sc -Sci -// -Wb,export_macro=TAO_Export \ -// -Wb,export_include="tao/TAO_Export.h" \ -// -Wb,pre_include="ace/pre.h" \ -// -Wb,post_include="ace/post.h" \ -// IIOP.pidl -// -// Remember to patch the generated files using diff/IIOP.diff -// This is from the GIOP 1.2 spec for Bi Dir IIOP. +/** + * + * This file was used to generate the code in + * IIOP*.* The command used to generate code + * is: + * + * tao_idl \ + * -o orig -Gp -Gd -Ge 1 -GA -Sc -Sci + * -Wb,export_macro=TAO_Export \ + * -Wb,export_include="tao/TAO_Export.h" \ + * -Wb,pre_include="ace/pre.h" \ + * -Wb,post_include="ace/post.h" \ + * IIOP.pidl + * + * Remember to patch the generated files using diff/IIOP.diff + * This is from the GIOP 1.2 spec for Bi Dir IIOP. + */ #ifndef TAO_IIOP_PIDL #define TAO_IIOP_PIDL |