summaryrefslogtreecommitdiff
path: root/TAO/tao/IFR_Client_Adapter.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/IFR_Client_Adapter.h')
-rw-r--r--TAO/tao/IFR_Client_Adapter.h13
1 files changed, 6 insertions, 7 deletions
diff --git a/TAO/tao/IFR_Client_Adapter.h b/TAO/tao/IFR_Client_Adapter.h
index 08c200e4c4e..f6158f80841 100644
--- a/TAO/tao/IFR_Client_Adapter.h
+++ b/TAO/tao/IFR_Client_Adapter.h
@@ -29,7 +29,7 @@
* @brief TAO_IFR_Client_Adapter.
*
* Class that adapts various functions in the CORBA namespace
- * which use the Interface Repository. This is a base class for
+ * which use the Interface Repository. This is a base class for
* the actual implementation in the TAO_IFR_Client library.
*/
class TAO_Export TAO_IFR_Client_Adapter : public ACE_Service_Object
@@ -53,14 +53,13 @@ public:
virtual CORBA_InterfaceDef_ptr get_interface (
CORBA::ORB_ptr orb,
- const char *repo_id,
- CORBA::Environment &ACE_TRY_ENV =
- TAO_default_environment ()
- );
+ const char *repo_id
+ TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+
virtual CORBA_InterfaceDef_ptr get_interface_remote (
- const CORBA::Object_ptr target,
- CORBA_Environment &ACE_TRY_ENV
+ const CORBA::Object_ptr target
+ TAO_ENV_ARG_DECL
);
};