* Reworked publishing/unpublishing of the device. This is now basically
done by (currently not existing) devfs functions. * Overridden GetMediaStatus() and GetGeometry() to return useful data. git-svn-id: file:///srv/svn/repos/haiku/trunk/current@9627 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -26,6 +26,10 @@ 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 _GetDirectoryPath(partition_id id, KPath *path);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user