summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/SSLIOP/IIOP_SSL_Connector.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/SSLIOP/IIOP_SSL_Connector.h')
-rw-r--r--TAO/orbsvcs/orbsvcs/SSLIOP/IIOP_SSL_Connector.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/TAO/orbsvcs/orbsvcs/SSLIOP/IIOP_SSL_Connector.h b/TAO/orbsvcs/orbsvcs/SSLIOP/IIOP_SSL_Connector.h
index ab1b6449ec6..87b3f5b280c 100644
--- a/TAO/orbsvcs/orbsvcs/SSLIOP/IIOP_SSL_Connector.h
+++ b/TAO/orbsvcs/orbsvcs/SSLIOP/IIOP_SSL_Connector.h
@@ -24,7 +24,6 @@
# pragma once
#endif /* ACE_LACKS_PRAGMA_ONCE */
-#include "SSLIOP_Connection_Handler.h"
#include "tao/IIOP_Connector.h"
namespace TAO
@@ -92,11 +91,6 @@ namespace TAO
/// The connector initiating connection requests for IIOP_SSL.
BASE_CONNECTOR base_connector_;
-
- /// State that will be passed to each SSLIOP connection handler upon
- /// creation.
- TAO::SSLIOP::Connection_Handler_State handler_state_;
-
};
} // End TAO namespace.