* Removed the BDiskDeviceJob class. Jobs won't be generated and executed

in the kernel anymore. The respective functionality will be moved into
  the userland. Depending on how we want the API user to interface with
  it, we may want to reintroduce a similar class later.
* Cleared remaining references to shadow partitions.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@22606 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold
2007-10-17 22:56:23 +00:00
parent 271b1f27bf
commit 1573b62671
9 changed files with 32 additions and 304 deletions
-2
View File
@@ -187,8 +187,6 @@ private:
bool* updated);
void _RemoveChild(int32 index);
bool _IsShadow() const;
int32 _CountDescendants() const;
int32 _Level() const;
virtual bool _AcceptVisitor(BDiskDeviceVisitor* visitor,