| 105 | } |
| 106 | |
| 107 | MonitorPluginEntry::~MonitorPluginEntry() { |
| 108 | if (!is_set_) { |
| 109 | delete monitor_plugin_, monitor_plugin_ = NULL; |
| 110 | } |
| 111 | } |
| 112 | |
| 113 | MonitorPluginEntry * MonitorPluginEntry::GetDefault() { |
| 114 | static MonitorPluginEntry entry; |
nothing calls this directly
no outgoing calls
no test coverage detected