2 * Copyright 2011-2015, Haiku, Inc. All Rights Reserved.
3 * Distributed under the terms of the MIT License.
6 * Oliver Tappe <zooey@hirschkaefer.de>
7 * Rene Gollent <rene@gollent.com>
11 #include <package/Job.h>
14 namespace BPackageKit
{
17 BJob::BJob(const BContext
& context
, const BString
& title
)
19 BSupportKit::BJob(title
),
30 } // namespace BPackageKit