From ec54625e5ec44c59512c6a5eb0f6e9da75959107 Mon Sep 17 00:00:00 2001 From: Ingo Weinhold Date: Mon, 8 Mar 2004 22:45:13 +0000 Subject: [PATCH] Added TODO item: As reported by Axel BVolume::SetName() should rename the mount point as well. git-svn-id: file:///srv/svn/repos/haiku/trunk/current@6935 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- docs/develop/storage/ToDo | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/develop/storage/ToDo b/docs/develop/storage/ToDo index 49f7f5a293..e0910db69f 100644 --- a/docs/develop/storage/ToDo +++ b/docs/develop/storage/ToDo @@ -63,6 +63,12 @@ Description: Implement. Priority: high +Module: BVolume +Location: SetName() +Description: Should also rename the mount point. +Priority: medium + + Module: StatableTest Location: GetXYZTest() Description: Uncomment GetVolume() test, when BVolume::==() is implemented.