DiskDevice API v2.2.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3375 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Tyler Dauwalder
2003-05-28 21:46:11 +00:00
parent 40f3824020
commit 17dc6e0c84
9 changed files with 225 additions and 93 deletions
@@ -8,7 +8,6 @@
class BDiskDevice;
class BPartition;
class BSession;
// BDiskDeviceVisitor
class BDiskDeviceVisitor {
@@ -18,7 +17,6 @@ public:
// return true to abort iteration
virtual bool Visit(BDiskDevice *device);
virtual bool Visit(BSession *session);
virtual bool Visit(BPartition *partition);
};