Started with the implementation of partitioning support.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@2801 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold
2003-02-22 23:52:15 +00:00
parent 1a10cbe033
commit c3815c8e89
2 changed files with 99 additions and 31 deletions
+3 -3
View File
@@ -9,7 +9,7 @@
#include <DiskDeviceVisitor.h>
#include <disk_scanner.h>
#include <ObjectList.h>
#include <Point.h>
#include <Rect.h>
#include <String.h>
class BDiskDevice;
@@ -47,11 +47,11 @@ public:
status_t GetPartitioningParameters(const char *partitioningSystem,
BString *parameters,
BPoint dialogCenter = BPoint(-1, -1),
BRect dialogCenter = BRect(),
bool *cancelled = NULL);
status_t Partition(const char *partitioningSystem, const char *parameters);
status_t Partition(const char *partitioningSystem,
BPoint dialogCenter = BPoint(-1, -1),
BRect dialogCenter = BRect(),
bool *cancelled = NULL);
static status_t GetPartitioningSystemList(BObjectList<BString> *list);