| 48 | } |
| 49 | |
| 50 | void CNativeOwner::AddDependent(CPlugin *pPlugin) |
| 51 | { |
| 52 | if (m_Dependents.find(pPlugin) == m_Dependents.end()) |
| 53 | m_Dependents.push_back(pPlugin); |
| 54 | } |
| 55 | |
| 56 | void CNativeOwner::AddWeakRef(const WeakNative & ref) |
| 57 | { |
no test coverage detected