@@ -185,8 +185,7 @@ MountVisitor::Visit(BPartition* partition, int32 level)
|
|||||||
if (!fInitialRescan) {
|
if (!fInitialRescan) {
|
||||||
// Ask the user about mount flags if this is not the
|
// Ask the user about mount flags if this is not the
|
||||||
// initial scan.
|
// initial scan.
|
||||||
// TODO!
|
if (!AutoMounter::_SuggestMountFlags(partition, &mountFlags))
|
||||||
//if (!_SuggestMountFlags(partition, &mountFlags))
|
|
||||||
return false;
|
return false;
|
||||||
} else {
|
} else {
|
||||||
BString mountFlagsKey(path.Path());
|
BString mountFlagsKey(path.Path());
|
||||||
|
|||||||
@@ -61,6 +61,8 @@ private:
|
|||||||
static bool _SuggestMountFlags(const BPartition* partition,
|
static bool _SuggestMountFlags(const BPartition* partition,
|
||||||
uint32* _flags);
|
uint32* _flags);
|
||||||
|
|
||||||
|
friend class MountVisitor;
|
||||||
|
|
||||||
private:
|
private:
|
||||||
mount_mode fNormalMode;
|
mount_mode fNormalMode;
|
||||||
mount_mode fRemovableMode;
|
mount_mode fRemovableMode;
|
||||||
|
|||||||
Reference in New Issue
Block a user