Added FindDescendant() and _IsShadow().
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3978 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -60,6 +60,7 @@ public:
|
||||
BPartition *Parent() const;
|
||||
BPartition *ChildAt(int32 index) const;
|
||||
int32 CountChildren() const;
|
||||
BPartition *FindDescendant(partition_id id) const;
|
||||
|
||||
status_t GetPartitioningInfo(BPartitioningInfo *info) const;
|
||||
|
||||
@@ -132,6 +133,8 @@ private:
|
||||
user_partition_data *data);
|
||||
void _Unset();
|
||||
|
||||
bool _IsShadow() const;
|
||||
|
||||
int32 _Level() const;
|
||||
virtual bool _AcceptVisitor(BDiskDeviceVisitor *visitor, int32 level);
|
||||
BPartition *_VisitEachDescendant(BDiskDeviceVisitor *visitor,
|
||||
|
||||
Reference in New Issue
Block a user