HaikuDepot: Added WebAppInterface getter to Model

This commit is contained in:
Stephan Aßmus
2014-09-29 23:05:11 +02:00
parent 965707a9bb
commit 24cde1e4ef
+4
View File
@@ -129,6 +129,10 @@ public:
const BString& password,
bool storePassword);
const WebAppInterface& GetWebAppInterface() const
{ return fWebAppInterface; }
private:
static int32 _PopulateAllPackagesEntry(void* cookie);
void _PopulateAllPackagesThread(bool fromCacheOnly);