Restore the "GPL licensing not permitted" in GLUT license headers.
[haiku.git] / headers / os / package / Job.h
blob430c6e584933fefe72e1472328c1b80234cfd2f3
1 /*
2 * Copyright 2011-2015, Haiku, Inc.
3 * Distributed under the terms of the MIT License.
4 */
5 #ifndef _PACKAGE__JOB_H_
6 #define _PACKAGE__JOB_H_
9 #include <support/Job.h>
12 namespace BPackageKit {
15 class BContext;
18 namespace BPrivate {
19 class JobQueue;
23 class BJob : public BSupportKit::BJob {
24 public:
25 BJob(const BContext& context,
26 const BString& title);
27 virtual ~BJob();
29 protected:
30 const BContext& fContext;
34 } // namespace BPackageKit
37 #endif // _PACKAGE__JOB_H_