diff options
Diffstat (limited to 'TAO/tao/IFR_Client/IFR_Base.pidl')
-rw-r--r-- | TAO/tao/IFR_Client/IFR_Base.pidl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/IFR_Client/IFR_Base.pidl b/TAO/tao/IFR_Client/IFR_Base.pidl index 754dadb1a90..90ca3824737 100644 --- a/TAO/tao/IFR_Client/IFR_Base.pidl +++ b/TAO/tao/IFR_Client/IFR_Base.pidl @@ -14,7 +14,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" \ @@ -30,7 +30,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_Base.pidl |