summaryrefslogtreecommitdiff
path: root/TAO/tao/RTCORBA/RT_Invocation_Endpoint_Selectors.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/RTCORBA/RT_Invocation_Endpoint_Selectors.h')
-rw-r--r--TAO/tao/RTCORBA/RT_Invocation_Endpoint_Selectors.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/tao/RTCORBA/RT_Invocation_Endpoint_Selectors.h b/TAO/tao/RTCORBA/RT_Invocation_Endpoint_Selectors.h
index 4c6d75e022e..2222edd4fe2 100644
--- a/TAO/tao/RTCORBA/RT_Invocation_Endpoint_Selectors.h
+++ b/TAO/tao/RTCORBA/RT_Invocation_Endpoint_Selectors.h
@@ -52,7 +52,7 @@ public:
virtual void select_endpoint (TAO::Profile_Transport_Resolver *r,
ACE_Time_Value *val
- ACE_ENV_ARG_DECL);
+ );
protected:
void select_endpoint_based_on_client_protocol_policy (
@@ -60,12 +60,12 @@ protected:
RTCORBA::ClientProtocolPolicy_ptr client_protocol_policy,
RTCORBA::ProtocolList &protocols,
ACE_Time_Value *v
- ACE_ENV_ARG_DECL
+
);
int endpoint_from_profile (TAO::Profile_Transport_Resolver &r,
ACE_Time_Value *v
- ACE_ENV_ARG_DECL);
+ );
};
TAO_END_VERSIONED_NAMESPACE_DECL