HaikuDepot: Added WebAppInterface getter to Model
This commit is contained in:
@@ -129,6 +129,10 @@ public:
|
|||||||
const BString& password,
|
const BString& password,
|
||||||
bool storePassword);
|
bool storePassword);
|
||||||
|
|
||||||
|
const WebAppInterface& GetWebAppInterface() const
|
||||||
|
{ return fWebAppInterface; }
|
||||||
|
|
||||||
|
|
||||||
private:
|
private:
|
||||||
static int32 _PopulateAllPackagesEntry(void* cookie);
|
static int32 _PopulateAllPackagesEntry(void* cookie);
|
||||||
void _PopulateAllPackagesThread(bool fromCacheOnly);
|
void _PopulateAllPackagesThread(bool fromCacheOnly);
|
||||||
|
|||||||
Reference in New Issue
Block a user