KPath is used now where possible.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@9549 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold
2004-10-27 21:56:05 +00:00
parent f12d422d6a
commit 92221d2425
2 changed files with 43 additions and 16 deletions
@@ -10,6 +10,8 @@
namespace BPrivate {
namespace DiskDevice {
class KPath;
class KFileDiskDevice : public KDiskDevice {
public:
KFileDiskDevice(partition_id id = -1);
@@ -25,6 +27,8 @@ public:
// virtual void Dump(bool deep = true, int32 level = 0);
private:
static status_t _GetDirectoryPath(partition_id id, KPath *path);
static status_t _RegisterDevice(const char *file, const char *device);
static status_t _UnregisterDevice(const char *device);