xbmc
|
Public Member Functions | |
void | Init () |
void | Deinit () |
const std::vector< VFSEntryPtr > | GetAddonInstances () |
VFSEntryPtr | GetAddonInstance (const std::string &strId) |
Protected Member Functions | |
void | Update (const std::string &id) |
void | OnEvent (const AddonEvent &event) |
bool | IsInUse (const std::string &id) override |
Protected Attributes | |
CCriticalSection | m_critSection |
std::vector< VFSEntryPtr > | m_addonsInstances |