rt_properties.cpp
来自「这是广泛使用的通信开源项目,对于大容量,高并发的通讯要求完全能够胜任,他广泛可用」· C++ 代码 · 共 28 行
CPP
28 行
// RT_Properties.cpp,v 1.3 2003/07/06 21:41:59 pradeep Exp
#include "RT_Properties.h"
#if ! defined (__ACE_INLINE__)
#include "RT_Properties.inl"
#endif /* __ACE_INLINE__ */
ACE_RCSID(RT_Notify, TAO_Notify_RT_Properties, "RT_Properties.cpp,v 1.3 2003/07/06 21:41:59 pradeep Exp")
TAO_Notify_RT_Properties::TAO_Notify_RT_Properties (void)
{
}
TAO_Notify_RT_Properties::~TAO_Notify_RT_Properties ()
{
}
#if defined (ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION)
template class TAO_Singleton<TAO_Notify_RT_Properties, TAO_SYNCH_MUTEX>;
#elif defined (ACE_HAS_TEMPLATE_INSTANTIATION_PRAGMA)
#pragma instantiate TAO_Singleton<TAO_Notify_RT_Properties, TAO_SYNCH_MUTEX>
#endif /*ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION */
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?