📄 security_current.inl
字号:
// -*- C++ -*-
//
// Security_Current.inl,v 1.1 2001/03/18 09:57:44 othman Exp
ACE_INLINE size_t
TAO_Security_Current::tss_slot (void) const
{
return this->tss_slot_;
}
ACE_INLINE TAO_Security_Current_Impl *
TAO_Security_Current::implementation (void)
{
if (this->orb_core_ == 0 && this->init () != 0)
return 0;
TAO_Security_Current_Impl *impl =
ACE_static_cast (TAO_Security_Current_Impl *,
this->orb_core_->get_tss_resource (this->tss_slot_));
return impl;
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -