| 1244 | } |
| 1245 | |
| 1246 | CExtension *CExtensionManager::GetExtensionFromIdent(IdentityToken_t *ptr) |
| 1247 | { |
| 1248 | if (ptr->type == g_ExtType) |
| 1249 | { |
| 1250 | return (CExtension *)(ptr->ptr); |
| 1251 | } |
| 1252 | |
| 1253 | return NULL; |
| 1254 | } |
| 1255 | |
| 1256 | CExtensionManager::CExtensionManager() |
| 1257 | { |
no outgoing calls
no test coverage detected