2 * Copyright 2007, Ingo Weinhold, ingo_weinhold@gmx.de.
3 * Distributed under the terms of the MIT License.
5 #ifndef _DISK_DEVICE_JOB_QUEUE_H
6 #define _DISK_DEVICE_JOB_QUEUE_H
8 #include <DiskDeviceDefs.h>
9 #include <ObjectList.h>
18 class DiskDeviceJobQueue
{
21 ~DiskDeviceJobQueue();
23 status_t
AddJob(DiskDeviceJob
* job
);
28 typedef BObjectList
<DiskDeviceJob
> JobList
;
34 } // namespace BPrivate
36 using BPrivate::DiskDeviceJobQueue
;
38 #endif // _DISK_DEVICE_JOB_QUEUE_H