ShortName() + Name() -> Name() + PrettyName(). More conformant to the rest of the Be API (media, networking).
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3468 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -8,8 +8,8 @@
|
||||
|
||||
class BDiskSystem {
|
||||
public:
|
||||
const char *ShortName() const;
|
||||
const char *Name() const;
|
||||
const char *PrettyName() const;
|
||||
|
||||
bool SupportsDefragmenting(BPartition *partition, bool *whileMounted) const;
|
||||
bool SupportsRepairing(BPartition *partition, bool checkOnly, bool *whileMounted) const;
|
||||
|
||||
Reference in New Issue
Block a user