diff options
Diffstat (limited to 'TAO/tao/IFR_Client/IFR_Basic.pidl')
-rw-r--r-- | TAO/tao/IFR_Client/IFR_Basic.pidl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/IFR_Client/IFR_Basic.pidl b/TAO/tao/IFR_Client/IFR_Basic.pidl index 82f7063c51f..eeab5b1bc63 100644 --- a/TAO/tao/IFR_Client/IFR_Basic.pidl +++ b/TAO/tao/IFR_Client/IFR_Basic.pidl @@ -13,7 +13,7 @@ * * The command used to generate code from this IDL file is: * - * tao_idl -Ge 1 -GT -I../.. \ + * tao_idl -GT -I../.. \ * -Wb,export_macro=TAO_IFR_Client_Export \ * -Wb,export_include=ifr_client_export.h \ * -Wb,pre_include="ace/pre.h" \ @@ -29,7 +29,7 @@ * * To generate the skeleton files for the IFR Service, the command is: * - * tao_idl -o ../../orbsvcs/orbsvcs/IFRService -Ge 1 \ + * tao_idl -o ../../orbsvcs/orbsvcs/IFRService \ * -Wb,pre_include="ace/pre.h" \ * -Wb,post_include="ace/post.h" \ * IFR_Basic.pidl |