diff options
Diffstat (limited to 'TAO/tao/IFR_Client_Adapter.h')
-rw-r--r-- | TAO/tao/IFR_Client_Adapter.h | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/TAO/tao/IFR_Client_Adapter.h b/TAO/tao/IFR_Client_Adapter.h index 6f85a0af52e..246a1b678ef 100644 --- a/TAO/tao/IFR_Client_Adapter.h +++ b/TAO/tao/IFR_Client_Adapter.h @@ -47,8 +47,6 @@ namespace CORBA class NVList; typedef NVList *NVList_ptr; - - class Environment; } /** @@ -80,12 +78,12 @@ public: virtual CORBA::InterfaceDef_ptr get_interface ( CORBA::ORB_ptr orb, const char *repo_id - ACE_ENV_ARG_DECL + ) = 0; virtual CORBA::InterfaceDef_ptr get_interface_remote ( CORBA::Object_ptr target - ACE_ENV_ARG_DECL + ) = 0; #if (TAO_HAS_MINIMUM_CORBA == 0) && !defined (CORBA_E_COMPACT) && !defined (CORBA_E_MICRO) @@ -93,7 +91,7 @@ public: CORBA::ORB_ptr orb, CORBA::OperationDef_ptr, CORBA::NVList_ptr& - ACE_ENV_ARG_DECL + ) = 0; #endif /*TAO_HAS_MINIMUM_CORBA*/ }; |