📄 metrics_upcallmonitor_t.cpp
字号:
// Metrics_UpcallMonitor_T.cpp,v 1.2 2003/06/19 05:46:10 storri Exp
#ifndef METRICS_UPCALL_MONITOR_T_CPP
#define METRICS_UPCALL_MONITOR_T_CPP
#include "Metrics_UpcallMonitor_T.h"
#if !defined (__ACE_INLINE__)
#include "Metrics_UpcallMonitor_T.i"
#endif /* __ACE_INLINE__ */
// Virtual destructor: destroy actual consumer if we own it.
template <class ACE_LOCK, class ALLOCATOR>
TAO_Metrics_UpcallMonitorAdapter<ACE_LOCK, ALLOCATOR>::
~TAO_Metrics_UpcallMonitorAdapter ()
{
if (adapter_owns_consumer_)
{
delete (& consumer_);
}
}
#endif /* METRICS_UPCALL_MONITOR_T_CPP */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -