diff options
-rw-r--r-- | TAO/tao/Current.pidl | 53 |
1 files changed, 19 insertions, 34 deletions
diff --git a/TAO/tao/Current.pidl b/TAO/tao/Current.pidl index ec8291ced1a..b1d3067dad6 100644 --- a/TAO/tao/Current.pidl +++ b/TAO/tao/Current.pidl @@ -1,37 +1,22 @@ -// -// $Id$ -// -// ================================================================ -// -// = LIBRARY -// TAO -// -// = FILENAME -// Current.pidl -// -// = DESCRIPTION -// -// This file was used to generate the code in CurrentC.{h,cpp}. -// -// The steps to regenerate the code are as follows: -// -// 1. Run the tao_idl compiler on the patched pidl file. The -// command used for this is: -// -// tao_idl.exe -// -o orig -Gp -Gd -Ge 1 -GA -Sc -SS -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" -// Current.pidl -// -// 2. Then patch the generated code. -// -// Apply patches using the following commands: -// -// patch < diffs/Current.diff -// ================================================================ +/** + * @file Current.pidl + * + * $Id$ + * + * This file is used to generate CurrentC.{h,cpp}, using the + * following command: + * + * tao_idl.exe + * -o orig -Gp -Gd -Ge 1 -GA -Sc -SS -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" + * Current.pidl + * + * + * The files are ready to use. + */ #ifndef TAO_CURRENT_PIDL #define TAO_CURRENT_PIDL |