* more work on the package kit, repositories can now be added and

refreshed


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40280 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Oliver Tappe
2011-01-24 20:48:03 +00:00
parent 77a8a5cce3
commit 35edda8f0b
40 changed files with 1507 additions and 263 deletions
+4
View File
@@ -19,6 +19,8 @@ namespace Haiku {
namespace Package {
namespace Private {
FetchFileJob::FetchFileJob(const Context& context, const BString& title,
const BString& fileURL, const BEntry& targetEntry)
@@ -65,6 +67,8 @@ FetchFileJob::Cleanup(status_t jobResult)
}
} // namespace Private
} // namespace Package
} // namespace Haiku