PCM::createPartition now includes SetPartFlagsJob.

Also remove outstanding SetPartFlagsJobs when deleting a new partition.
This commit is contained in:
Teo Mrnjavac 2016-03-08 16:25:43 +01:00
parent 3fa7318a37
commit e9d2312002
2 changed files with 22 additions and 2 deletions

View file

@ -81,7 +81,8 @@ public:
void createPartitionTable( Device* device, PartitionTable::TableType type );
void createPartition( Device* device, Partition* partition );
void createPartition( Device* device, Partition* partition,
PartitionTable::Flags flags = PartitionTable::FlagNone );
void deletePartition( Device* device, Partition* partition );