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:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user