needed by DefaultManager, could be avoided but i think it's ok for now
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5393 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -37,6 +37,9 @@ public:
|
||||
media_addon_id RegisterAddon(const char *path);
|
||||
void UnregisterAddon(media_addon_id id);
|
||||
|
||||
// query the server for the path
|
||||
status_t FindAddonPath(BPath *path, media_addon_id id);
|
||||
|
||||
private:
|
||||
struct loaded_addon_info
|
||||
{
|
||||
@@ -52,9 +55,6 @@ private:
|
||||
status_t LoadAddon(BMediaAddOn **newaddon, image_id *newimage, const char *path, media_addon_id id);
|
||||
void UnloadAddon(BMediaAddOn *addon, image_id image);
|
||||
|
||||
// query the server for the path
|
||||
status_t FindAddonPath(BPath *path, media_addon_id id);
|
||||
|
||||
private:
|
||||
|
||||
Map<media_addon_id,loaded_addon_info> *fAddonmap;
|
||||
|
||||
Reference in New Issue
Block a user