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 d878a1583ef..b16271344db 100644
--- a/TAO/tao/Endpoint_Selector_Factory.h
+++ b/TAO/tao/Endpoint_Selector_Factory.h
@@ -59,11 +59,11 @@ class TAO_Export TAO_Endpoint_Selector_Factory
{
public:
/// Destructor.
- virtual ~TAO_Endpoint_Selector_Factory (void);
+ virtual ~TAO_Endpoint_Selector_Factory ();
/// Get an Invocation's endpoint selection strategy and
/// initialize the endpoint selection state instance.
- virtual TAO_Invocation_Endpoint_Selector *get_selector (void) = 0;
+ virtual TAO_Invocation_Endpoint_Selector *get_selector () = 0;
};
TAO_END_VERSIONED_NAMESPACE_DECL