From d2f2920f848e5912dfdc8208c994a2aacb70be18 Mon Sep 17 00:00:00 2001 From: Ingo Weinhold Date: Tue, 10 Jun 2003 22:45:49 +0000 Subject: [PATCH] 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 --- headers/private/storage/DiskSystem.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/headers/private/storage/DiskSystem.h b/headers/private/storage/DiskSystem.h index c26b7f1e96..550043a9b6 100644 --- a/headers/private/storage/DiskSystem.h +++ b/headers/private/storage/DiskSystem.h @@ -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;