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.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/tao/Strategies/DIOP_Connector.h b/TAO/tao/Strategies/DIOP_Connector.h
index 4d43cc543f0..de4b8e2109b 100644
--- a/TAO/tao/Strategies/DIOP_Connector.h
+++ b/TAO/tao/Strategies/DIOP_Connector.h
@@ -46,7 +46,7 @@ class TAO_Strategies_Export TAO_DIOP_Connector : public TAO_Connector
{
public:
/// Constructor.
- TAO_DIOP_Connector (void);
+ TAO_DIOP_Connector ();
/// Destructor.
~TAO_DIOP_Connector () = default;
@@ -58,7 +58,7 @@ public:
*/
//@{
int open (TAO_ORB_Core *orb_core);
- int close (void);
+ int close ();
TAO_Profile *create_profile (TAO_InputCDR& cdr);
@@ -80,7 +80,7 @@ protected:
TAO_Transport_Descriptor_Interface &desc,
ACE_Time_Value *timeout = 0);
- virtual TAO_Profile * make_profile (void);
+ virtual TAO_Profile * make_profile ();
//@}
/// Cancel the passed cvs handler from the connector