📄 ssliop_connection_handler.i
字号:
// -*- C++ -*-
//
// SSLIOP_Connection_Handler.i,v 1.3 2001/09/22 04:41:27 othman Exp
ACE_INLINE
TAO_SSL_State_Guard::TAO_SSL_State_Guard (
TAO_SSLIOP_Connection_Handler *handler,
int &result)
: handler_ (handler),
previous_current_impl_ (0),
current_impl_ (),
setup_done_ (0)
{
// Set up the SSLIOP::Current object.
result = this->handler_->setup_ssl_state (this->previous_current_impl_,
&(this->current_impl_),
this->setup_done_);
}
ACE_INLINE
TAO_SSL_State_Guard::~TAO_SSL_State_Guard (void)
{
this->handler_->teardown_ssl_state (this->previous_current_impl_,
this->setup_done_);
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -