added amb670 (exposed IDBThreadOperation to extensions)
--HG-- extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401163
This commit is contained in:
@@ -689,6 +689,17 @@ bool CExtensionManager::UnloadExtension(IExtension *_pExt)
|
||||
}
|
||||
}
|
||||
|
||||
IdentityToken_t *pIdentity;
|
||||
if ((pIdentity = pExt->GetIdentity()) != NULL)
|
||||
{
|
||||
SMGlobalClass *glob = SMGlobalClass::head;
|
||||
while (glob)
|
||||
{
|
||||
glob->OnSourceModIdentityDropped(pIdentity);
|
||||
glob = glob->m_pGlobalClassNext;
|
||||
}
|
||||
}
|
||||
|
||||
delete pExt;
|
||||
|
||||
List<CExtension *>::iterator iter;
|
||||
|
||||
Reference in New Issue
Block a user