summaryrefslogtreecommitdiff
path: root/TAO/tao/Endpoint_Selector_Factory.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Endpoint_Selector_Factory.h')
-rw-r--r--TAO/tao/Endpoint_Selector_Factory.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/Endpoint_Selector_Factory.h b/TAO/tao/Endpoint_Selector_Factory.h
index ef60cff9d40..933b87bc233 100644
--- a/TAO/tao/Endpoint_Selector_Factory.h
+++ b/TAO/tao/Endpoint_Selector_Factory.h
@@ -57,8 +57,8 @@ public:
/// Get an Invocation's endpoint selection strategy and
/// initialize the endpoint selection state instance.
virtual TAO_Invocation_Endpoint_Selector *get_selector (
- TAO_GIOP_Invocation *invocation,
- CORBA::Environment &ACE_TRY_ENV) = 0;
+ TAO_GIOP_Invocation *invocation
+ TAO_ENV_ARG_DECL) = 0;
};
#include "ace/post.h"