KPartition::GetPath() now uses the new KPath class, which makes it more convenient to use.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@9545 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold
2004-10-27 21:48:47 +00:00
parent 1d5b7e0b23
commit 0707c10377
2 changed files with 22 additions and 25 deletions
@@ -17,6 +17,7 @@ class KDiskDevice;
class KDiskSystem;
class KPartitionListener;
class KPartitionVisitor;
class KPath;
class KPhysicalPartition;
class KShadowPartition;
@@ -101,7 +102,7 @@ public:
virtual void SetID(partition_id id);
partition_id ID() const;
virtual status_t GetPath(char *path) const;
virtual status_t GetPath(KPath *path) const;
// no setter (see BDiskDevice) -- built on the fly
void SetVolumeID(dev_t volumeID);