DiskDevice API v2.3.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3376 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Tyler Dauwalder
2003-05-28 21:47:29 +00:00
parent 17dc6e0c84
commit 9f4ec30369
6 changed files with 62 additions and 37 deletions
+1 -1
View File
@@ -8,7 +8,6 @@
class BDiskDevice : public BPartition {
public:
char* DeviceType() const;
bool IsRemovable() const;
bool HasMedia() const;
@@ -20,6 +19,7 @@ public:
bool IsModified() const;
int32 CommitModifications(bool synchronously = true,
BMessenger progressMessenger = BMessenger(),
bool receiveCompleteProgressUpdates = true,
BMessage *template = NULL);
private:
friend class BDiskDeviceList;