summaryrefslogtreecommitdiff
path: root/TAO/tao/Strategies/DIOP_Connector.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Strategies/DIOP_Connector.h')
-rw-r--r--TAO/tao/Strategies/DIOP_Connector.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/TAO/tao/Strategies/DIOP_Connector.h b/TAO/tao/Strategies/DIOP_Connector.h
index 7448c5938ed..4d43cc543f0 100644
--- a/TAO/tao/Strategies/DIOP_Connector.h
+++ b/TAO/tao/Strategies/DIOP_Connector.h
@@ -49,7 +49,7 @@ public:
TAO_DIOP_Connector (void);
/// Destructor.
- ~TAO_DIOP_Connector (void);
+ ~TAO_DIOP_Connector () = default;
/**
* @name The TAO_Connector Methods
@@ -68,7 +68,6 @@ public:
//@}
protected:
-
/**
* @name More TAO_Connector Methods
*
@@ -88,7 +87,6 @@ protected:
int cancel_svc_handler (TAO_Connection_Handler * svc_handler);
private:
-
/// Return the remote endpoint, a helper function
TAO_DIOP_Endpoint *remote_endpoint (TAO_Endpoint *ep);
};