| 55 | } |
| 56 | |
| 57 | IdentityToken_t *ShareSystem::CreateCoreIdentity() |
| 58 | { |
| 59 | if (!m_CoreType) |
| 60 | { |
| 61 | m_CoreType = CreateIdentType("CORE"); |
| 62 | } |
| 63 | |
| 64 | return CreateIdentity(m_CoreType, this); |
| 65 | } |
| 66 | |
| 67 | void ShareSystem::Initialize() |
| 68 | { |
no outgoing calls
no test coverage detected