2 * Copyright 2011-2015, Haiku, Inc.
3 * Distributed under the terms of the MIT License.
5 #ifndef _PACKAGE__JOB_H_
6 #define _PACKAGE__JOB_H_
9 #include <support/Job.h>
12 namespace BPackageKit
{
23 class BJob
: public BSupportKit::BJob
{
25 BJob(const BContext
& context
,
26 const BString
& title
);
30 const BContext
& fContext
;
34 } // namespace BPackageKit
37 #endif // _PACKAGE__JOB_H_