diff options
Diffstat (limited to 'TAO/orbsvcs/IFR_Service/IFR_Service.h')
-rw-r--r-- | TAO/orbsvcs/IFR_Service/IFR_Service.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/TAO/orbsvcs/IFR_Service/IFR_Service.h b/TAO/orbsvcs/IFR_Service/IFR_Service.h index 1ce904f9248..034d00696d8 100644 --- a/TAO/orbsvcs/IFR_Service/IFR_Service.h +++ b/TAO/orbsvcs/IFR_Service/IFR_Service.h @@ -42,8 +42,7 @@ public: /// Initialize the IFR service. int init (int argc, - char *argv[] - ACE_ENV_ARG_DECL_WITH_DEFAULTS); + char *argv[]); /// Shut down the IFR Service. int fini (void); |