summaryrefslogtreecommitdiff
path: root/TAO/tao/Object_Proxy_Broker.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Object_Proxy_Broker.h')
-rw-r--r--TAO/tao/Object_Proxy_Broker.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/TAO/tao/Object_Proxy_Broker.h b/TAO/tao/Object_Proxy_Broker.h
index 4eaac3cbf0e..27fc4c656d2 100644
--- a/TAO/tao/Object_Proxy_Broker.h
+++ b/TAO/tao/Object_Proxy_Broker.h
@@ -49,9 +49,8 @@ namespace TAO
class TAO_Export Object_Proxy_Broker
{
public:
-
/// Destructor
- virtual ~Object_Proxy_Broker (void);
+ virtual ~Object_Proxy_Broker ();
virtual CORBA::Boolean _is_a (CORBA::Object_ptr target,
const char *logical_type_id) = 0;