📄 ssliop_current_impl.inl
字号:
// -*- C++ -*-
//
// SSLIOP_Current_Impl.inl,v 1.2 2001/09/22 04:41:27 othman Exp
ACE_INLINE
TAO_SSLIOP_Current_Impl::TAO_SSLIOP_Current_Impl (void)
: ssl_ (0)
{
}
ACE_INLINE void
TAO_SSLIOP_Current_Impl::ssl (SSL *s)
{
this->ssl_ = s;
}
ACE_INLINE SSL *
TAO_SSLIOP_Current_Impl::ssl (void)
{
return this->ssl_;
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -