summaryrefslogtreecommitdiff
path: root/TAO/tao/Strategies/SHMIOP_Connector.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Strategies/SHMIOP_Connector.h')
-rw-r--r--TAO/tao/Strategies/SHMIOP_Connector.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/TAO/tao/Strategies/SHMIOP_Connector.h b/TAO/tao/Strategies/SHMIOP_Connector.h
index 2ed17ee6338..124aa7bd95d 100644
--- a/TAO/tao/Strategies/SHMIOP_Connector.h
+++ b/TAO/tao/Strategies/SHMIOP_Connector.h
@@ -52,6 +52,9 @@ public:
TAO_ORB_Core* orb_core = 0,
CORBA::Boolean flag = 0);
+ ~TAO_SHMIOP_Connect_Creation_Strategy (void);
+ // Default destructor
+
virtual int make_svc_handler (TAO_SHMIOP_Client_Connection_Handler *&sh);
// Makes TAO_SHMIOP_Client_Connection_Handlers
@@ -80,6 +83,9 @@ public:
TAO_SHMIOP_Connector (CORBA::Boolean flag = 0);
// Constructor.
+ ~TAO_SHMIOP_Connector (void);
+ // Default destructor
+
// = The TAO_Connector methods, please check the documentation on
// Pluggable.h
int open (TAO_ORB_Core *orb_core);