Moved BJob, and JobQueue into the support kit.
* Put it in the BSupportKit namespace, following the style introduced with the package kit for now. * The BSupportKit::BJob class no longer knows about the package kit's Context class. However, the BPackageKit::BJob class does. * Due to the namespace juggling, a lot of files had to be touched. * The JobQueue class remains private. * Due to the way Haiku is built on itself, you cannot build this change under Haiku with an older release.
This commit is contained in:
@@ -0,0 +1 @@
|
||||
#include <../os/support/Job.h>
|
||||
@@ -1 +0,0 @@
|
||||
#include <../private/package/JobQueue.h>
|
||||
@@ -0,0 +1 @@
|
||||
#include <../private/support/JobPrivate.h>
|
||||
@@ -0,0 +1 @@
|
||||
#include <../private/support/JobQueue.h>
|
||||
Reference in New Issue
Block a user