📄 rt_properties.cpp
字号:
// 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -