CanMove() returns a list of partitions to be unmounted for moving, now.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@4041 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold
2003-07-21 14:17:33 +00:00
parent c0b8ba64fd
commit d61adbe244
2 changed files with 64 additions and 24 deletions
+1 -1
View File
@@ -81,7 +81,7 @@ public:
status_t Resize(off_t size, bool resizeContents = true);
bool CanMove(BObjectList<BPartition> *unmovableDescendants,
bool *whileMounted = NULL) const;
BObjectList<BPartition> *movableOnlyIfUnmounted) const;
status_t ValidateMove(off_t *newOffset, bool force = false) const;
status_t Move(off_t newOffset, bool force = false);