Removed the method for getting a FS add-on list. Changed the dialogCenter parameter for the partition methods from BPoint to BRect.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@2800 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
#include <disk_scanner.h>
|
||||
#include <Mime.h>
|
||||
#include <ObjectList.h>
|
||||
#include <Point.h>
|
||||
#include <Rect.h>
|
||||
#include <String.h>
|
||||
|
||||
class BDiskDevice;
|
||||
@@ -56,17 +56,14 @@ public:
|
||||
status_t GetInitializationParameters(const char *fileSystem,
|
||||
BString *volumeName,
|
||||
BString *parameters,
|
||||
BPoint dialogCenter = BPoint(-1, -1),
|
||||
BRect dialogCenter = BRect(),
|
||||
bool *cancelled = NULL);
|
||||
status_t Initialize(const char *fileSystem, const char *volumeName,
|
||||
const char *parameters);
|
||||
status_t Initialize(const char *fileSystem = "bfs",
|
||||
BPoint dialogCenter = BPoint(-1, -1),
|
||||
BRect dialogCenter = BRect(),
|
||||
bool *cancelled = NULL);
|
||||
|
||||
// TODO: Return more info, e.g. the long name?
|
||||
static status_t GetFileSystemList(BObjectList<BString> *list);
|
||||
|
||||
private:
|
||||
BPartition();
|
||||
BPartition(const BPartition &);
|
||||
|
||||
Reference in New Issue
Block a user