Should have waited a few more minutes... Renamed the methods {B,K}Partition::Is{Mountable,Partitionable}() to Contains{File,Partitioning}System(). Similar change for the respective flags (B_PARTITION_{MOUNTABLE,PARTITIONABLE}).
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3899 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -68,8 +68,8 @@ public:
|
||||
|
||||
void SetFlags(uint32 flags); // comprises the ones below
|
||||
uint32 Flags() const;
|
||||
bool IsMountable() const;
|
||||
bool IsPartitionable() const;
|
||||
bool ContainsFileSystem() const;
|
||||
bool ContainsPartitioningSystem() const;
|
||||
bool IsReadOnly() const;
|
||||
bool IsMounted() const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user