Beginning of Disk Device API:
* Made all headers parsable. Also some smaller changes. * Added empty source files for new classes. * Changed obsolete implementations of existing classes, so that we now have basic functionality for BDiskDevice[Roster] and BPartition. Iterating through disk devices works and the data we get doesn't look too bad for the beginning. git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3883 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -6,8 +6,8 @@
|
||||
#ifndef _DISK_DEVICE_PRIVATE_H
|
||||
#define _DISK_DEVICE_PRIVATE_H
|
||||
|
||||
#include <DiskDeviceDefs.h>
|
||||
#include <DiskDeviceVisitor.h>
|
||||
#include <SupportDefs.h>
|
||||
|
||||
class BMessenger;
|
||||
|
||||
@@ -45,13 +45,10 @@ private:
|
||||
partition_id fID;
|
||||
};
|
||||
|
||||
status_t get_disk_device_messenger(BMessenger *messenger);
|
||||
|
||||
} // namespace BPrivate
|
||||
|
||||
using BPrivate::PartitionFilter;
|
||||
using BPrivate::PartitionFilterVisitor;
|
||||
using BPrivate::IDFinderVisitor;
|
||||
using BPrivate::get_disk_device_messenger;
|
||||
|
||||
#endif // _DISK_DEVICE_PRIVATE_H
|
||||
|
||||
Reference in New Issue
Block a user