00001
00002
00003
00004
00005
00006
00007
00008 #ifndef Reiser_Partition_h
00009 #define Reiser_Partition_h
00010
00011
00012 #include "Partition.h"
00013
00014
00019 class Reiser_Partition : public Partition
00020 {
00021
00022 public:
00023
00027 Reiser_Partition (string partition_name);
00028
00032 bool get_progress_status (double &percent);
00033
00037 void format (YCPList options,
00038 ExternalProgram::Stderr_Disposition stderr_disp =
00039 ExternalProgram::Stderr_To_Stdout);
00040
00041 };
00042
00043 #endif // Reiser_Partition_h