summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/SSLIOP/SSLIOP_Acceptor.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/SSLIOP/SSLIOP_Acceptor.h')
-rw-r--r--TAO/orbsvcs/orbsvcs/SSLIOP/SSLIOP_Acceptor.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/TAO/orbsvcs/orbsvcs/SSLIOP/SSLIOP_Acceptor.h b/TAO/orbsvcs/orbsvcs/SSLIOP/SSLIOP_Acceptor.h
index d843e91ae7a..f193f4090ee 100644
--- a/TAO/orbsvcs/orbsvcs/SSLIOP/SSLIOP_Acceptor.h
+++ b/TAO/orbsvcs/orbsvcs/SSLIOP/SSLIOP_Acceptor.h
@@ -49,7 +49,8 @@ namespace TAO
/// Constructor.
Acceptor (::Security::QOP qop,
- const ACE_Time_Value & timeout);
+ const ACE_Time_Value & timeout,
+ bool check_host);
/// Destructor.
~Acceptor (void);
@@ -150,6 +151,8 @@ namespace TAO
*/
ACE_Time_Value const timeout_;
+ bool check_host_;
+
};
} // End SSLIOP namespace.