* More shadow partition support.
* Writing disk device/partition data into userland buffer added. * Migration of some definitions into <DiskDeviceDefs.h> header. * Small bug fixes. git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3882 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -22,10 +22,12 @@ public:
|
||||
|
||||
// Shadow Partition
|
||||
|
||||
virtual KShadowPartition *ShadowPartition();
|
||||
virtual KShadowPartition *ShadowPartition() const;
|
||||
virtual bool IsShadowPartition() const;
|
||||
void SetPhysicalPartition(KPhysicalPartition *partition);
|
||||
virtual KPhysicalPartition *PhysicalPartition();
|
||||
void UnsetPhysicalPartition();
|
||||
virtual KPhysicalPartition *PhysicalPartition() const;
|
||||
|
||||
void SyncWithPhysicalPartition();
|
||||
|
||||
virtual void Dump(bool deep, int32 level);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user