* Fixed typos in the disk device job constants.
* Added missing job classes (they don't do anything yet, though) and completed the implementation of the job generator. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@22767 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -110,8 +110,8 @@ enum {
|
||||
B_DISK_DEVICE_JOB_SET_NAME,
|
||||
B_DISK_DEVICE_JOB_SET_CONTENT_NAME,
|
||||
B_DISK_DEVICE_JOB_SET_TYPE,
|
||||
B_DISK_DEVICE_JOB_SET_PARMETERS,
|
||||
B_DISK_DEVICE_JOB_SET_CONTENT_PARMETERS,
|
||||
B_DISK_DEVICE_JOB_SET_PARAMETERS,
|
||||
B_DISK_DEVICE_JOB_SET_CONTENT_PARAMETERS,
|
||||
B_DISK_DEVICE_JOB_INITIALIZE,
|
||||
B_DISK_DEVICE_JOB_UNINITIALIZE,
|
||||
B_DISK_DEVICE_JOB_CREATE,
|
||||
|
||||
@@ -194,6 +194,7 @@ private:
|
||||
|
||||
BPartition* _ChildAt(int32 index) const;
|
||||
int32 _CountChildren() const;
|
||||
int32 _CountDescendants() const;
|
||||
|
||||
int32 _Level() const;
|
||||
virtual bool _AcceptVisitor(BDiskDeviceVisitor* visitor,
|
||||
|
||||
Reference in New Issue
Block a user