Started implementing the API. Necessary changes to the headers.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@2657 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold
2003-02-08 00:39:38 +00:00
parent ae17e5046d
commit bdc2eaf5d8
5 changed files with 54 additions and 17 deletions
+2 -2
View File
@@ -17,8 +17,8 @@ class BDiskDeviceVisitor {
// return true to abort iteration
virtual bool Visit(BDiskDevice *device);
virtual bool Visit(BSession *device);
virtual bool Visit(BPartition *device);
virtual bool Visit(BSession *session);
virtual bool Visit(BPartition *partition);
};
#endif _DISK_DEVICE_VISITOR_H