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

Xfs_Partition.h

Go to the documentation of this file.
00001 // -*- c++ -*-
00002 
00003 /*
00004  *  Maintainer: Klaus Kaempf <kkaempf@suse.de>
00005  */
00006 
00007 
00008 #ifndef Xfs_Partition_h
00009 #define Xfs_Partition_h
00010 
00011 
00012 #include "Partition.h"
00013 
00014 
00019 class Xfs_Partition : public Partition
00020 {
00021 
00022 public:
00023 
00027     Xfs_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 // Xfs_Partition_h

Generated on Wed Nov 12 06:36:28 2008 for yast2-storage by  doxygen 1.3.9.1