HaikuDepot: Implement ProgressPackageDownloadStarted()...

... by calling ProgressPackageDownloadActive() with a 0.0f progress
percentage.
This commit is contained in:
Stephan Aßmus 2014-10-25 11:08:08 +02:00
parent 24e3b35816
commit 87d1eac74e
1 changed files with 1 additions and 1 deletions

View File

@ -466,7 +466,7 @@ PackageManager::Warn(status_t error, const char* format, ...)
void
PackageManager::ProgressPackageDownloadStarted(const char* packageName)
{
// TODO: implement
ProgressPackageDownloadActive(packageName, 0.0f);
}