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:
Ingo Weinhold
2003-07-08 17:38:45 +00:00
parent 55bf93d80d
commit c54d68a84e
9 changed files with 35 additions and 32 deletions
+2 -2
View File
@@ -29,8 +29,8 @@ public:
int32 Index() const; // 0 for devices
uint32 Status() const;
bool IsMountable() const;
bool IsPartitionable() const;
bool ContainsFileSystem() const;
bool ContainsPartitioningSystem() const;
bool IsDevice() const;
bool IsReadOnly() const;