* Implemented what was left to do for KDiskDevice and KPartition
management regarding removal and deletion of objects. * Fixed the file disk system related stuff. KFileDiskSystem now uses the virtualdrive driver. The former method was seemed simple and brilliant, but the B_SET_PARTITION ioctl wouldn't work. git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3650 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -26,9 +26,9 @@ public:
|
||||
|
||||
// virtual void Dump(bool deep = true, int32 level = 0);
|
||||
|
||||
protected:
|
||||
virtual status_t GetMediaStatus(status_t *mediaStatus);
|
||||
virtual status_t GetGeometry(device_geometry *geometry);
|
||||
private:
|
||||
static status_t _RegisterDevice(const char *file, const char *device);
|
||||
static status_t _UnregisterDevice(const char *device);
|
||||
|
||||
private:
|
||||
char *fFilePath;
|
||||
|
||||
Reference in New Issue
Block a user