| 60 | } |
| 61 | |
| 62 | inline HandleError IdentityHandle(IdentityToken_t *token, unsigned int *index) |
| 63 | { |
| 64 | return g_HandleSys.GetHandle(token->ident, g_ShareSys.GetIdentRoot(), &ignore_handle, index); |
| 65 | } |
| 66 | |
| 67 | HandleSystem::HandleSystem() |
| 68 | { |
no test coverage detected