Move BVolume docs to the Haiku book

This commit is contained in:
John Scipione
2013-02-21 20:15:53 -05:00
parent 7635a303a2
commit 9d5f5318a5
3 changed files with 445 additions and 200 deletions
+5
View File
@@ -13,6 +13,7 @@
#include <StorageDefs.h>
#include <SupportDefs.h>
class BDirectory;
class BBitmap;
@@ -66,8 +67,12 @@ private:
virtual void _TurnUpTheVolume8();
dev_t fDevice;
// The device ID of the volume.
status_t fCStatus;
// The initialization status of the object.
int32 _reserved[8];
// FBC
};
#endif // _VOLUME_H