* 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:
Ingo Weinhold
2007-10-29 23:51:02 +00:00
parent afa1bfe51d
commit 25ab0d1a4a
21 changed files with 879 additions and 37 deletions
+1
View File
@@ -194,6 +194,7 @@ private:
BPartition* _ChildAt(int32 index) const;
int32 _CountChildren() const;
int32 _CountDescendants() const;
int32 _Level() const;
virtual bool _AcceptVisitor(BDiskDeviceVisitor* visitor,