* Used partition_id, disk_job_id and disk_system_id instead of uint32.
* Replaced uint32 for indices and counts with int32. * Some additions to BDiskDeviceRoster and BDiskDeviceJob. git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3453 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -36,13 +36,13 @@ private:
|
||||
// IDFinderVisitor
|
||||
class IDFinderVisitor : public BDiskDeviceVisitor {
|
||||
public:
|
||||
IDFinderVisitor(uint32 id);
|
||||
IDFinderVisitor(partition_id id);
|
||||
|
||||
virtual bool Visit(BDiskDevice *device);
|
||||
virtual bool Visit(BPartition *partition);
|
||||
|
||||
private:
|
||||
uint32 fID;
|
||||
partition_id fID;
|
||||
};
|
||||
|
||||
status_t get_disk_device_messenger(BMessenger *messenger);
|
||||
|
||||
Reference in New Issue
Block a user