BPicture: Fix archive constructor.
[haiku.git] / src / kits / package / Job.cpp
blob7622b76fc04b504d58883d49678bcc37bebd849b
1 /*
2 * Copyright 2011-2015, Haiku, Inc. All Rights Reserved.
3 * Distributed under the terms of the MIT License.
5 * Authors:
6 * Oliver Tappe <zooey@hirschkaefer.de>
7 * Rene Gollent <rene@gollent.com>
8 */
11 #include <package/Job.h>
14 namespace BPackageKit {
17 BJob::BJob(const BContext& context, const BString& title)
19 BSupportKit::BJob(title),
20 fContext(context)
25 BJob::~BJob()
30 } // namespace BPackageKit