Added a KDiskDevice* parameter to the constructor.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@4172 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold
2003-07-31 22:46:38 +00:00
parent 57c8af057e
commit ec4ef3525f
2 changed files with 3 additions and 2 deletions
@@ -15,7 +15,7 @@ class KDiskDeviceJob;
class KDiskDeviceJobQueue {
public:
KDiskDeviceJobQueue();
KDiskDeviceJobQueue(KDiskDevice *device = NULL);
~KDiskDeviceJobQueue();
status_t InitCheck() const;