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

Ext2_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 Ext2_Partition_h
00009 #define Ext2_Partition_h
00010 
00011 
00012 #include "Partition.h"
00013 
00014 
00019 class Ext2_Partition : public Partition
00020 {
00021     
00022 public:
00023     
00027     Ext2_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 
00044 #endif // Ext2_Partition_h

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