summaryrefslogtreecommitdiff
path: root/TAO/tao/Invocation_Endpoint_Selectors.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Invocation_Endpoint_Selectors.h')
-rw-r--r--TAO/tao/Invocation_Endpoint_Selectors.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/TAO/tao/Invocation_Endpoint_Selectors.h b/TAO/tao/Invocation_Endpoint_Selectors.h
index 29b33b7d37d..d7142cd86d3 100644
--- a/TAO/tao/Invocation_Endpoint_Selectors.h
+++ b/TAO/tao/Invocation_Endpoint_Selectors.h
@@ -44,7 +44,6 @@ namespace TAO
namespace CORBA
{
class Exception;
- class Environment;
}
/**
* @class TAO_Invocation_Endpoint_Selector
@@ -70,7 +69,7 @@ public:
/// Select the endpoint and set @a r's @c profile_
virtual void select_endpoint (TAO::Profile_Transport_Resolver *r,
ACE_Time_Value *val
- ACE_ENV_ARG_DECL) = 0;
+ ) = 0;
};
@@ -98,7 +97,7 @@ public:
virtual void select_endpoint (TAO::Profile_Transport_Resolver *r,
ACE_Time_Value *val
- ACE_ENV_ARG_DECL);
+ );
};