Make it clear from the API that the volume passed in is not touched by the
function. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30326 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -116,7 +116,7 @@ public:
|
||||
BDiskDevice* device = NULL,
|
||||
BPartition** _partition = NULL);
|
||||
|
||||
status_t FindPartitionByVolume(BVolume* volume,
|
||||
status_t FindPartitionByVolume(const BVolume& volume,
|
||||
BDiskDevice* device,
|
||||
BPartition** _partition);
|
||||
status_t FindPartitionByMountPoint(const char* mountPoint,
|
||||
|
||||
Reference in New Issue
Block a user