Added a IsSubSystemFor() method to the KDiskSystem interface and respective calls for the module interfaces.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3996 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold
2003-07-16 21:00:01 +00:00
parent 007eb5f23c
commit 1f3f1294a8
9 changed files with 38 additions and 4 deletions
@@ -40,6 +40,7 @@ public:
virtual bool SupportsSettingContentName(KPartition *partition,
bool *whileMounted);
virtual bool SupportsInitializing(KPartition *partition);
virtual bool IsSubSystemFor(KPartition *partition);
virtual bool ValidateResize(KPartition *partition, off_t *size);
virtual bool ValidateMove(KPartition *partition, off_t *start);