summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/FaultTolerance/FT_Invocation_Endpoint_Selectors.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/FaultTolerance/FT_Invocation_Endpoint_Selectors.h')
-rw-r--r--TAO/orbsvcs/orbsvcs/FaultTolerance/FT_Invocation_Endpoint_Selectors.h26
1 files changed, 12 insertions, 14 deletions
diff --git a/TAO/orbsvcs/orbsvcs/FaultTolerance/FT_Invocation_Endpoint_Selectors.h b/TAO/orbsvcs/orbsvcs/FaultTolerance/FT_Invocation_Endpoint_Selectors.h
index 9cdf8682b30..62e82e2a09e 100644
--- a/TAO/orbsvcs/orbsvcs/FaultTolerance/FT_Invocation_Endpoint_Selectors.h
+++ b/TAO/orbsvcs/orbsvcs/FaultTolerance/FT_Invocation_Endpoint_Selectors.h
@@ -54,30 +54,28 @@ public:
/// Implementation for FT. Please refer to
/// $TAO_ROOT/tao/Invocation_Endpoint_Selectors.h for details of
/// documentation.
- virtual void select_endpoint (TAO_GIOP_Invocation *invocation,
- CORBA::Environment &ACE_TRY_ENV);
+ virtual void select_endpoint (TAO_GIOP_Invocation *invocation
+ TAO_ENV_ARG_DECL);
- virtual void next (TAO_GIOP_Invocation *invocation,
- CORBA::Environment &ACE_TRY_ENV =
- TAO_default_environment ());
+ virtual void next (TAO_GIOP_Invocation *invocation
+ TAO_ENV_ARG_DECL_WITH_DEFAULTS);
virtual void forward (TAO_GIOP_Invocation *invocation,
- const TAO_MProfile &mprofile,
- CORBA::Environment &ACE_TRY_ENV =
- TAO_default_environment ());
+ const TAO_MProfile &mprofile
+ TAO_ENV_ARG_DECL_WITH_DEFAULTS);
virtual void success (TAO_GIOP_Invocation *invocation);
virtual void close_connection (TAO_GIOP_Invocation *invocation);
protected:
- int select_endpoint_i (TAO_GIOP_Invocation *invoc,
- CORBA::Environment &ACE_TRY_ENV);
+ int select_endpoint_i (TAO_GIOP_Invocation *invoc
+ TAO_ENV_ARG_DECL);
- int select_primary (TAO_GIOP_Invocation *invocation,
- CORBA::Environment &ACE_TRY_ENV);
+ int select_primary (TAO_GIOP_Invocation *invocation
+ TAO_ENV_ARG_DECL);
int check_profile_for_primary (TAO_GIOP_Invocation *,
- TAO_Profile *,
- CORBA::Environment &ACE_TRY_ENV);
+ TAO_Profile *
+ TAO_ENV_ARG_DECL);
private: