Main Page | Class Hierarchy | Class List | File List | Class Members | File Members

Fat_Partition.h

Go to the documentation of this file.
00001 // -*- c++ -*-
00002 
00003 /*
00004  *  Maintainer: Arvin Schnell <arvin@suse.de>
00005  */
00006 
00007 
00008 #ifndef Fat_Partition_h
00009 #define Fat_Partition_h
00010 
00011 
00012 #include "Partition.h"
00013 
00014 
00019 class Fat_Partition : public Partition
00020 {
00021     bool Fat32;
00022     
00023 public:
00024     
00028     Fat_Partition (string partition_name, bool as_fat32);
00029 
00030     bool get_progress_status (double &percent);
00031 
00032     
00036     void format (YCPList options,
00037                  ExternalProgram::Stderr_Disposition stderr_disp =
00038                  ExternalProgram::Stderr_To_Stdout);
00039     
00040 };
00041 
00042 
00043 #endif // Fat_Partition_h

Generated on Tue Jul 17 04:36:08 2007 for yast2-storage by doxygen 1.3.6