Rename KPMcore include guards.

clang in -Weverything mode does not like double underscore.
This commit is contained in:
Andrius Štikonas 2017-09-10 20:12:52 +01:00
parent 0f2ab468eb
commit f7e5f7c7bf
114 changed files with 231 additions and 226 deletions

View File

@ -16,9 +16,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.* * along with this program. If not, see <http://www.gnu.org/licenses/>.*
*************************************************************************/ *************************************************************************/
#if !defined(COREBACKEND__H) #if !defined(KPMCORE_COREBACKEND_H)
#define COREBACKEND__H #define KPMCORE_COREBACKEND_H
#include "util/libpartitionmanagerexport.h" #include "util/libpartitionmanagerexport.h"
#include "fs/filesystem.h" #include "fs/filesystem.h"

View File

@ -15,9 +15,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.* * along with this program. If not, see <http://www.gnu.org/licenses/>.*
*************************************************************************/ *************************************************************************/
#if !defined(COREBACKENDDEVICE__H) #if !defined(KPMCORE_COREBACKENDDEVICE_H)
#define COREBACKENDDEVICE__H #define KPMCORE_COREBACKENDDEVICE_H
#include "util/libpartitionmanagerexport.h" #include "util/libpartitionmanagerexport.h"

View File

@ -15,9 +15,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.* * along with this program. If not, see <http://www.gnu.org/licenses/>.*
*************************************************************************/ *************************************************************************/
#if !defined(COREBACKENDMANAGER__H) #if !defined(KPMCORE_COREBACKENDMANAGER_H)
#define COREBACKENDMANAGER__H #define KPMCORE_COREBACKENDMANAGER_H
#include "util/libpartitionmanagerexport.h" #include "util/libpartitionmanagerexport.h"

View File

@ -15,9 +15,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.* * along with this program. If not, see <http://www.gnu.org/licenses/>.*
*************************************************************************/ *************************************************************************/
#if !defined(COREBACKENDPARTITION__H) #if !defined(KPMCORE_COREBACKENDPARTITION_H)
#define COREBACKENDPARTITION__H #define KPMCORE_COREBACKENDPARTITION_H
#include "util/libpartitionmanagerexport.h" #include "util/libpartitionmanagerexport.h"

View File

@ -15,9 +15,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.* * along with this program. If not, see <http://www.gnu.org/licenses/>.*
*************************************************************************/ *************************************************************************/
#if !defined(COREBACKENDPARTITIONTABLE__H) #if !defined(KPMCORE_COREBACKENDPARTITIONTABLE_H)
#define COREBACKENDPARTITIONTABLE__H #define KPMCORE_COREBACKENDPARTITIONTABLE_H
#include "util/libpartitionmanagerexport.h" #include "util/libpartitionmanagerexport.h"

View File

@ -15,9 +15,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.* * along with this program. If not, see <http://www.gnu.org/licenses/>.*
*************************************************************************/ *************************************************************************/
#if !defined(COPYSOURCE__H) #if !defined(KPMCORE_COPYSOURCE_H)
#define COPYSOURCE__H #define KPMCORE_COPYSOURCE_H
#include <QtGlobal> #include <QtGlobal>

View File

@ -15,9 +15,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.* * along with this program. If not, see <http://www.gnu.org/licenses/>.*
*************************************************************************/ *************************************************************************/
#if !defined(COPYSOURCEDEVICE__H) #if !defined(KPMCORE_COPYSOURCEDEVICE_H)
#define COPYSOURCEDEVICE__H #define KPMCORE_COPYSOURCEDEVICE_H
#include "core/copysource.h" #include "core/copysource.h"
#include "util/libpartitionmanagerexport.h" #include "util/libpartitionmanagerexport.h"

View File

@ -15,9 +15,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.* * along with this program. If not, see <http://www.gnu.org/licenses/>.*
*************************************************************************/ *************************************************************************/
#if !defined(COPYSOURCEFILE__H) #if !defined(KPMCORE_COPYSOURCEFILE_H)
#define COPYSOURCEFILE__H #define KPMCORE_COPYSOURCEFILE_H
#include "core/copysource.h" #include "core/copysource.h"

View File

@ -15,9 +15,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.* * along with this program. If not, see <http://www.gnu.org/licenses/>.*
*************************************************************************/ *************************************************************************/
#if !defined(COPYSOURCESHRED__H) #if !defined(KPMCORE_COPYSOURCESHRED_H)
#define COPYSOURCESHRED__H #define KPMCORE_COPYSOURCESHRED_H
#include "core/copysource.h" #include "core/copysource.h"

View File

@ -15,9 +15,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.* * along with this program. If not, see <http://www.gnu.org/licenses/>.*
*************************************************************************/ *************************************************************************/
#if !defined(COPYTARGET__H) #if !defined(KPMCORE_COPYTARGET_H)
#define COPYTARGET__H #define KPMCORE_COPYTARGET_H
#include <QtGlobal> #include <QtGlobal>

View File

@ -15,9 +15,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.* * along with this program. If not, see <http://www.gnu.org/licenses/>.*
*************************************************************************/ *************************************************************************/
#if !defined(COPYTARGETDEVICE__H) #if !defined(KPMCORE_COPYTARGETDEVICE_H)
#define COPYTARGETDEVICE__H #define KPMCORE_COPYTARGETDEVICE_H
#include "core/copytarget.h" #include "core/copytarget.h"
#include "util/libpartitionmanagerexport.h" #include "util/libpartitionmanagerexport.h"

View File

@ -15,9 +15,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.* * along with this program. If not, see <http://www.gnu.org/licenses/>.*
*************************************************************************/ *************************************************************************/
#if !defined(COPYTARGETFILE__H) #if !defined(KPMCORE_COPYTARGETFILE_H)
#define COPYTARGETFILE__H #define KPMCORE_COPYTARGETFILE_H
#include "core/copytarget.h" #include "core/copytarget.h"

View File

@ -15,9 +15,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.* * along with this program. If not, see <http://www.gnu.org/licenses/>.*
*************************************************************************/ *************************************************************************/
#if !defined(DEVICE__H) #if !defined(KPMCORE_DEVICE_H)
#define DEVICE__H #define KPMCORE_DEVICE_H
#include "util/libpartitionmanagerexport.h" #include "util/libpartitionmanagerexport.h"

View File

@ -15,8 +15,8 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.* * along with this program. If not, see <http://www.gnu.org/licenses/>.*
*************************************************************************/ *************************************************************************/
#ifndef DEVICESCANNER_H #ifndef KPMCORE_DEVICESCANNER_H
#define DEVICESCANNER_H #define KPMCORE_DEVICESCANNER_H
#include "util/libpartitionmanagerexport.h" #include "util/libpartitionmanagerexport.h"

View File

@ -15,9 +15,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.* * along with this program. If not, see <http://www.gnu.org/licenses/>.*
*************************************************************************/ *************************************************************************/
#if !defined(DISKDEVICE__H) #if !defined(KPMCORE_DISKDEVICE_H)
#define DISKDEVICE__H #define KPMCORE_DISKDEVICE_H
#include "util/libpartitionmanagerexport.h" #include "util/libpartitionmanagerexport.h"
#include "core/device.h" #include "core/device.h"

View File

@ -16,9 +16,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.* * along with this program. If not, see <http://www.gnu.org/licenses/>.*
*************************************************************************/ *************************************************************************/
#if !defined(LVMDEVICE__H) #if !defined(KPMCORE_LVMDEVICE_H)
#define LVMDEVICE__H #define KPMCORE_LVMDEVICE_H
#include "core/device.h" #include "core/device.h"
#include "core/volumemanagerdevice.h" #include "core/volumemanagerdevice.h"

View File

@ -15,9 +15,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.* * along with this program. If not, see <http://www.gnu.org/licenses/>.*
*************************************************************************/ *************************************************************************/
#if !defined(MOUNTENTRY__H) #if !defined(KPMCORE_MOUNTENTRY_H)
#define MOUNTENTRY__H #define KPMCORE_MOUNTENTRY_H
#include "util/libpartitionmanagerexport.h" #include "util/libpartitionmanagerexport.h"

View File

@ -15,9 +15,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.* * along with this program. If not, see <http://www.gnu.org/licenses/>.*
*************************************************************************/ *************************************************************************/
#if !defined(OPERATIONRUNNER__H) #if !defined(KPMCORE_OPERATIONRUNNER_H)
#define OPERATIONRUNNER__H #define KPMCORE_OPERATIONRUNNER_H
#include "util/libpartitionmanagerexport.h" #include "util/libpartitionmanagerexport.h"

View File

@ -15,9 +15,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.* * along with this program. If not, see <http://www.gnu.org/licenses/>.*
*************************************************************************/ *************************************************************************/
#if !defined(OPERATIONSTACK__H) #if !defined(KPMCORE_OPERATIONSTACK_H)
#define OPERATIONSTACK__H #define KPMCORE_OPERATIONSTACK_H
#include "util/libpartitionmanagerexport.h" #include "util/libpartitionmanagerexport.h"

View File

@ -15,9 +15,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.* * along with this program. If not, see <http://www.gnu.org/licenses/>.*
*************************************************************************/ *************************************************************************/
#if !defined(PARTITION__H) #if !defined(KPMCORE_PARTITION_H)
#define PARTITION__H #define KPMCORE_PARTITION_H
#include "core/partitionnode.h" #include "core/partitionnode.h"
#include "core/partitionrole.h" #include "core/partitionrole.h"

View File

@ -15,9 +15,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.* * along with this program. If not, see <http://www.gnu.org/licenses/>.*
*************************************************************************/ *************************************************************************/
#if !defined(PARTITIONALIGNMENT__H) #if !defined(KPMCORE_PARTITIONALIGNMENT_H)
#define PARTITIONALIGNMENT__H #define KPMCORE_PARTITIONALIGNMENT_H
#include "QtGlobal" #include "QtGlobal"

View File

@ -15,9 +15,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.* * along with this program. If not, see <http://www.gnu.org/licenses/>.*
*************************************************************************/ *************************************************************************/
#if !defined(PARTITIONNODE__H) #if !defined(KPMCORE_PARTITIONNODE_H)
#define PARTITIONNODE__H #define KPMCORE_PARTITIONNODE_H
#include "util/libpartitionmanagerexport.h" #include "util/libpartitionmanagerexport.h"

View File

@ -16,9 +16,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.* * along with this program. If not, see <http://www.gnu.org/licenses/>.*
*************************************************************************/ *************************************************************************/
#if !defined(PARTITIONROLE__H) #if !defined(KPMCORE_PARTITIONROLE_H)
#define PARTITIONROLE__H #define KPMCORE_PARTITIONROLE_H
#include "util/libpartitionmanagerexport.h" #include "util/libpartitionmanagerexport.h"

View File

@ -16,9 +16,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.* * along with this program. If not, see <http://www.gnu.org/licenses/>.*
*************************************************************************/ *************************************************************************/
#if !defined(PARTITIONTABLE__H) #if !defined(KPMCORE_PARTITIONTABLE_H)
#define PARTITIONTABLE__H #define KPMCORE_PARTITIONTABLE_H
#include "util/libpartitionmanagerexport.h" #include "util/libpartitionmanagerexport.h"

View File

@ -15,9 +15,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.* * along with this program. If not, see <http://www.gnu.org/licenses/>.*
*************************************************************************/ *************************************************************************/
#if !defined(SMARTATTRIBUTE__H) #if !defined(KPMCORE_SMARTATTRIBUTE_H)
#define SMARTATTRIBUTE__H #define KPMCORE_SMARTATTRIBUTE_H
#include "util/libpartitionmanagerexport.h" #include "util/libpartitionmanagerexport.h"

View File

@ -15,9 +15,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.* * along with this program. If not, see <http://www.gnu.org/licenses/>.*
*************************************************************************/ *************************************************************************/
#if !defined(SMARTSTATUS__H) #if !defined(KPMCORE_SMARTSTATUS_H)
#define SMARTSTATUS__H #define KPMCORE_SMARTSTATUS_H
#include "util/libpartitionmanagerexport.h" #include "util/libpartitionmanagerexport.h"
#include "core/smartattribute.h" #include "core/smartattribute.h"

View File

@ -15,9 +15,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.* * along with this program. If not, see <http://www.gnu.org/licenses/>.*
*************************************************************************/ *************************************************************************/
#if !defined(VOLUMEMANAGERDEVICE__H) #if !defined(KPMCORE_VOLUMEMANAGERDEVICE_H)
#define VOLUMEMANAGERDEVICE__H #define KPMCORE_VOLUMEMANAGERDEVICE_H
#include "util/libpartitionmanagerexport.h" #include "util/libpartitionmanagerexport.h"
#include "core/device.h" #include "core/device.h"

View File

@ -16,9 +16,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.* * along with this program. If not, see <http://www.gnu.org/licenses/>.*
*************************************************************************/ *************************************************************************/
#if !defined(BTRFS__H) #if !defined(KPMCORE_BTRFS_H)
#define BTRFS__H #define KPMCORE_BTRFS_H
#include "util/libpartitionmanagerexport.h" #include "util/libpartitionmanagerexport.h"

View File

@ -15,9 +15,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.* * along with this program. If not, see <http://www.gnu.org/licenses/>.*
*************************************************************************/ *************************************************************************/
#if !defined(EXFAT__H) #if !defined(KPMCORE_EXFAT_H)
#define EXFAT__H #define KPMCORE_EXFAT_H
#include "util/libpartitionmanagerexport.h" #include "util/libpartitionmanagerexport.h"

View File

@ -15,9 +15,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.* * along with this program. If not, see <http://www.gnu.org/licenses/>.*
*************************************************************************/ *************************************************************************/
#if !defined(EXT2__H) #if !defined(KPMCORE_EXT2_H)
#define EXT2__H #define KPMCORE_EXT2_H
#include "util/libpartitionmanagerexport.h" #include "util/libpartitionmanagerexport.h"

View File

@ -15,9 +15,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.* * along with this program. If not, see <http://www.gnu.org/licenses/>.*
*************************************************************************/ *************************************************************************/
#if !defined(EXT3__H) #if !defined(KPMCORE_EXT3_H)
#define EXT3__H #define KPMCORE_EXT3_H
#include "util/libpartitionmanagerexport.h" #include "util/libpartitionmanagerexport.h"

View File

@ -15,9 +15,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.* * along with this program. If not, see <http://www.gnu.org/licenses/>.*
*************************************************************************/ *************************************************************************/
#if !defined(EXT4__H) #if !defined(KPMCORE_EXT4_H)
#define EXT4__H #define KPMCORE_EXT4_H
#include "util/libpartitionmanagerexport.h" #include "util/libpartitionmanagerexport.h"

View File

@ -15,9 +15,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.* * along with this program. If not, see <http://www.gnu.org/licenses/>.*
*************************************************************************/ *************************************************************************/
#if !defined(EXTENDED__H) #if !defined(KPMCORE_EXTENDED_H)
#define EXTENDED__H #define KPMCORE_EXTENDED_H
#include "util/libpartitionmanagerexport.h" #include "util/libpartitionmanagerexport.h"

View File

@ -15,9 +15,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.* * along with this program. If not, see <http://www.gnu.org/licenses/>.*
*************************************************************************/ *************************************************************************/
#if !defined(F2FS__H) #if !defined(KPMCORE_F2FS_H)
#define F2FS__H #define KPMCORE_F2FS_H
#include "util/libpartitionmanagerexport.h" #include "util/libpartitionmanagerexport.h"

View File

@ -15,9 +15,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.* * along with this program. If not, see <http://www.gnu.org/licenses/>.*
*************************************************************************/ *************************************************************************/
#if !defined(FAT16__H) #if !defined(KPMCORE_FAT16_H)
#define FAT16__H #define KPMCORE_FAT16_H
#include "util/libpartitionmanagerexport.h" #include "util/libpartitionmanagerexport.h"

View File

@ -15,9 +15,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.* * along with this program. If not, see <http://www.gnu.org/licenses/>.*
*************************************************************************/ *************************************************************************/
#if !defined(FAT32__H) #if !defined(KPMCORE_FAT32_H)
#define FAT32__H #define KPMCORE_FAT32_H
#include "util/libpartitionmanagerexport.h" #include "util/libpartitionmanagerexport.h"

View File

@ -17,9 +17,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.* * along with this program. If not, see <http://www.gnu.org/licenses/>.*
*************************************************************************/ *************************************************************************/
#if !defined(FILESYSTEM__H) #if !defined(KPMCORE_FILESYSTEM_H)
#define FILESYSTEM__H #define KPMCORE_FILESYSTEM_H
#include "util/libpartitionmanagerexport.h" #include "util/libpartitionmanagerexport.h"
#include <QColor> #include <QColor>

View File

@ -15,9 +15,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.* * along with this program. If not, see <http://www.gnu.org/licenses/>.*
*************************************************************************/ *************************************************************************/
#if !defined(FILESYSTEMFACTORY__H) #if !defined(KPMCORE_FILESYSTEMFACTORY_H)
#define FILESYSTEMFACTORY__H #define KPMCORE_FILESYSTEMFACTORY_H
#include "fs/filesystem.h" #include "fs/filesystem.h"

View File

@ -15,9 +15,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.* * along with this program. If not, see <http://www.gnu.org/licenses/>.*
*************************************************************************/ *************************************************************************/
#if !defined(HFS__H) #if !defined(KPMCORE_HFS_H)
#define HFS__H #define KPMCORE_HFS_H
#include "util/libpartitionmanagerexport.h" #include "util/libpartitionmanagerexport.h"

View File

@ -15,9 +15,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.* * along with this program. If not, see <http://www.gnu.org/licenses/>.*
*************************************************************************/ *************************************************************************/
#if !defined(HFSPLUS__H) #if !defined(KPMCORE_HFSPLUS_H)
#define HFSPLUS__H #define KPMCORE_HFSPLUS_H
#include "util/libpartitionmanagerexport.h" #include "util/libpartitionmanagerexport.h"

View File

@ -15,9 +15,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.* * along with this program. If not, see <http://www.gnu.org/licenses/>.*
*************************************************************************/ *************************************************************************/
#if !defined(HPFS__H) #if !defined(KPMCORE_HPFS_H)
#define HPFS__H #define KPMCORE_HPFS_H
#include "util/libpartitionmanagerexport.h" #include "util/libpartitionmanagerexport.h"

View File

@ -15,9 +15,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.* * along with this program. If not, see <http://www.gnu.org/licenses/>.*
*************************************************************************/ *************************************************************************/
#if !defined(ISO9660__H) #if !defined(KPMCORE_ISO9660_H)
#define ISO9660__H #define KPMCORE_ISO9660_H
#include "util/libpartitionmanagerexport.h" #include "util/libpartitionmanagerexport.h"

View File

@ -15,9 +15,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.* * along with this program. If not, see <http://www.gnu.org/licenses/>.*
*************************************************************************/ *************************************************************************/
#if !defined(JFS__H) #if !defined(KPMCORE_JFS_H)
#define JFS__H #define KPMCORE_JFS_H
#include "util/libpartitionmanagerexport.h" #include "util/libpartitionmanagerexport.h"

View File

@ -15,9 +15,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.* * along with this program. If not, see <http://www.gnu.org/licenses/>.*
*************************************************************************/ *************************************************************************/
#if !defined(LINUXSWAP__H) #if !defined(KPMCORE_LINUXSWAP_H)
#define LINUXSWAP__H #define KPMCORE_LINUXSWAP_H
#include "util/libpartitionmanagerexport.h" #include "util/libpartitionmanagerexport.h"

View File

@ -17,9 +17,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.* * along with this program. If not, see <http://www.gnu.org/licenses/>.*
*************************************************************************/ *************************************************************************/
#if !defined(LUKS__H) #if !defined(KPMCORE_LUKS_H)
#define LUKS__H #define KPMCORE_LUKS_H
#include "util/libpartitionmanagerexport.h" #include "util/libpartitionmanagerexport.h"

View File

@ -16,9 +16,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.* * along with this program. If not, see <http://www.gnu.org/licenses/>.*
*************************************************************************/ *************************************************************************/
#if !defined(LVM2_PV__H) #if !defined(KPMCORE_LVM2_PV_H)
#define LVM2_PV__H #define KPMCORE_LVM2_PV_H
#include "util/libpartitionmanagerexport.h" #include "util/libpartitionmanagerexport.h"

View File

@ -16,9 +16,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.* * along with this program. If not, see <http://www.gnu.org/licenses/>.*
*************************************************************************/ *************************************************************************/
#if !defined(NILFS2__H) #if !defined(KPMCORE_NILFS2_H)
#define NILFS2__H #define KPMCORE_NILFS2_H
#include "util/libpartitionmanagerexport.h" #include "util/libpartitionmanagerexport.h"

View File

@ -15,9 +15,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.* * along with this program. If not, see <http://www.gnu.org/licenses/>.*
*************************************************************************/ *************************************************************************/
#if !defined(NTFS__H) #if !defined(KPMCORE_NTFS_H)
#define NTFS__H #define KPMCORE_NTFS_H
#include "util/libpartitionmanagerexport.h" #include "util/libpartitionmanagerexport.h"

View File

@ -15,9 +15,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.* * along with this program. If not, see <http://www.gnu.org/licenses/>.*
*************************************************************************/ *************************************************************************/
#if !defined(OCFS2__H) #if !defined(KPMCORE_OCFS2_H)
#define OCFS2__H #define KPMCORE_OCFS2_H
#include "util/libpartitionmanagerexport.h" #include "util/libpartitionmanagerexport.h"

View File

@ -15,9 +15,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.* * along with this program. If not, see <http://www.gnu.org/licenses/>.*
*************************************************************************/ *************************************************************************/
#if !defined(REISER4__H) #if !defined(KPMCORE_REISER4_H)
#define REISER4__H #define KPMCORE_REISER4_H
#include "util/libpartitionmanagerexport.h" #include "util/libpartitionmanagerexport.h"

View File

@ -15,9 +15,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.* * along with this program. If not, see <http://www.gnu.org/licenses/>.*
*************************************************************************/ *************************************************************************/
#if !defined(REISERFS__H) #if !defined(KPMCORE_REISERFS_H)
#define REISERFS__H #define KPMCORE_REISERFS_H
#include "util/libpartitionmanagerexport.h" #include "util/libpartitionmanagerexport.h"

View File

@ -15,9 +15,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.* * along with this program. If not, see <http://www.gnu.org/licenses/>.*
*************************************************************************/ *************************************************************************/
#if !defined(UDF__H) #if !defined(KPMCORE_UDF_H)
#define UDF__H #define KPMCORE_UDF_H
#include "util/libpartitionmanagerexport.h" #include "util/libpartitionmanagerexport.h"

View File

@ -15,9 +15,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.* * along with this program. If not, see <http://www.gnu.org/licenses/>.*
*************************************************************************/ *************************************************************************/
#if !defined(UFS__H) #if !defined(KPMCORE_UFS_H)
#define UFS__H #define KPMCORE_UFS_H
#include "util/libpartitionmanagerexport.h" #include "util/libpartitionmanagerexport.h"

View File

@ -15,9 +15,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.* * along with this program. If not, see <http://www.gnu.org/licenses/>.*
*************************************************************************/ *************************************************************************/
#if !defined(UNFORMATTED__H) #if !defined(KPMCORE_UNFORMATTED_H)
#define UNFORMATTED__H #define KPMCORE_UNFORMATTED_H
#include "util/libpartitionmanagerexport.h" #include "util/libpartitionmanagerexport.h"

View File

@ -15,9 +15,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.* * along with this program. If not, see <http://www.gnu.org/licenses/>.*
*************************************************************************/ *************************************************************************/
#if !defined(UNKNOWN__H) #if !defined(KPMCORE_UNKNOWN_H)
#define UNKNOWN__H #define KPMCORE_UNKNOWN_H
#include "util/libpartitionmanagerexport.h" #include "util/libpartitionmanagerexport.h"

View File

@ -15,9 +15,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.* * along with this program. If not, see <http://www.gnu.org/licenses/>.*
*************************************************************************/ *************************************************************************/
#if !defined(XFS__H) #if !defined(KPMCORE_XFS_H)
#define XFS__H #define KPMCORE_XFS_H
#include "util/libpartitionmanagerexport.h" #include "util/libpartitionmanagerexport.h"

View File

@ -16,9 +16,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.* * along with this program. If not, see <http://www.gnu.org/licenses/>.*
*************************************************************************/ *************************************************************************/
#if !defined(ZFS__H) #if !defined(KPMCORE_ZFS_H)
#define ZFS__H #define KPMCORE_ZFS_H
#include "util/libpartitionmanagerexport.h" #include "util/libpartitionmanagerexport.h"

View File

@ -15,9 +15,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.* * along with this program. If not, see <http://www.gnu.org/licenses/>.*
*************************************************************************/ *************************************************************************/
#if !defined(PARTRESIZERWIDGET__H) #if !defined(KPMCORE_PARTRESIZERWIDGET_H)
#define PARTRESIZERWIDGET__H #define KPMCORE_PARTRESIZERWIDGET_H
#include "util/libpartitionmanagerexport.h" #include "util/libpartitionmanagerexport.h"

View File

@ -15,9 +15,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.* * along with this program. If not, see <http://www.gnu.org/licenses/>.*
*************************************************************************/ *************************************************************************/
#if !defined(PARTWIDGET__H) #if !defined(KPMCORE_PARTWIDGET_H)
#define PARTWIDGET__H #define KPMCORE_PARTWIDGET_H
#include "util/libpartitionmanagerexport.h" #include "util/libpartitionmanagerexport.h"

View File

@ -15,9 +15,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.* * along with this program. If not, see <http://www.gnu.org/licenses/>.*
*************************************************************************/ *************************************************************************/
#if !defined(PARTWIDGETBASE__H) #if !defined(KPMCORE_PARTWIDGETBASE_H)
#define PARTWIDGETBASE__H #define KPMCORE_PARTWIDGETBASE_H
#include "util/libpartitionmanagerexport.h" #include "util/libpartitionmanagerexport.h"

View File

@ -15,9 +15,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.* * along with this program. If not, see <http://www.gnu.org/licenses/>.*
*************************************************************************/ *************************************************************************/
#if !defined(BACKUPFILESYSTEMJOB__H) #if !defined(KPMCORE_BACKUPFILESYSTEMJOB_H)
#define BACKUPFILESYSTEMJOB__H #define KPMCORE_BACKUPFILESYSTEMJOB_H
#include "jobs/job.h" #include "jobs/job.h"

View File

@ -15,9 +15,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.* * along with this program. If not, see <http://www.gnu.org/licenses/>.*
*************************************************************************/ *************************************************************************/
#if !defined(CHECKFILESYSTEMJOB__H) #if !defined(KPMCORE_CHECKFILESYSTEMJOB_H)
#define CHECKFILESYSTEMJOB__H #define KPMCORE_CHECKFILESYSTEMJOB_H
#include "jobs/job.h" #include "jobs/job.h"

View File

@ -15,9 +15,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.* * along with this program. If not, see <http://www.gnu.org/licenses/>.*
*************************************************************************/ *************************************************************************/
#if !defined(COPYFILESYSTEMJOB__H) #if !defined(KPMCORE_COPYFILESYSTEMJOB_H)
#define COPYFILESYSTEMJOB__H #define KPMCORE_COPYFILESYSTEMJOB_H
#include "jobs/job.h" #include "jobs/job.h"

View File

@ -15,9 +15,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.* * along with this program. If not, see <http://www.gnu.org/licenses/>.*
*************************************************************************/ *************************************************************************/
#if !defined(CREATEFILESYSTEMJOB__H) #if !defined(KPMCORE_CREATEFILESYSTEMJOB_H)
#define CREATEFILESYSTEMJOB__H #define KPMCORE_CREATEFILESYSTEMJOB_H
#include "jobs/job.h" #include "jobs/job.h"

View File

@ -15,9 +15,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.* * along with this program. If not, see <http://www.gnu.org/licenses/>.*
*************************************************************************/ *************************************************************************/
#if !defined(CREATEPARTITIONJOB__H) #if !defined(KPMCORE_CREATEPARTITIONJOB_H)
#define CREATEPARTITIONJOB__H #define KPMCORE_CREATEPARTITIONJOB_H
#include "jobs/job.h" #include "jobs/job.h"

View File

@ -15,9 +15,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.* * along with this program. If not, see <http://www.gnu.org/licenses/>.*
*************************************************************************/ *************************************************************************/
#if !defined(CREATEPARTITIONTABLEJOB__H) #if !defined(KPMCORE_CREATEPARTITIONTABLEJOB_H)
#define CREATEPARTITIONTABLEJOB__H #define KPMCORE_CREATEPARTITIONTABLEJOB_H
#include "jobs/job.h" #include "jobs/job.h"

View File

@ -15,9 +15,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.* * along with this program. If not, see <http://www.gnu.org/licenses/>.*
*************************************************************************/ *************************************************************************/
#if !defined(CREATEVOLUMEGROUPJOB_H) #if !defined(KPMCORE_CREATEVOLUMEGROUPJOB_H)
#define CREATEVOLUMEGROUPJOB_H #define KPMCORE_CREATEVOLUMEGROUPJOB_H
#include "core/partition.h" #include "core/partition.h"
#include "jobs/job.h" #include "jobs/job.h"

View File

@ -15,9 +15,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.* * along with this program. If not, see <http://www.gnu.org/licenses/>.*
*************************************************************************/ *************************************************************************/
#if !defined(DEACTIVATELOGICALVOLUMEJOB_H) #if !defined(KPMCORE_DEACTIVATELOGICALVOLUMEJOB_H)
#define DEACTIVATELOGICALVOLUMEJOB_H #define KPMCORE_DEACTIVATELOGICALVOLUMEJOB_H
#include "jobs/job.h" #include "jobs/job.h"

View File

@ -15,9 +15,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.* * along with this program. If not, see <http://www.gnu.org/licenses/>.*
*************************************************************************/ *************************************************************************/
#if !defined(DEACTIVATEVOLUMEGROUPJOB_H) #if !defined(KPMCORE_DEACTIVATEVOLUMEGROUPJOB_H)
#define DEACTIVATEVOLUMEGROUPJOB_H #define KPMCORE_DEACTIVATEVOLUMEGROUPJOB_H
#include "jobs/job.h" #include "jobs/job.h"

View File

@ -15,9 +15,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.* * along with this program. If not, see <http://www.gnu.org/licenses/>.*
*************************************************************************/ *************************************************************************/
#if !defined(DELETEFILESYSTEMJOB__H) #if !defined(KPMCORE_DELETEFILESYSTEMJOB_H)
#define DELETEFILESYSTEMJOB__H #define KPMCORE_DELETEFILESYSTEMJOB_H
#include "jobs/job.h" #include "jobs/job.h"

View File

@ -15,9 +15,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.* * along with this program. If not, see <http://www.gnu.org/licenses/>.*
*************************************************************************/ *************************************************************************/
#if !defined(DELETEPARTITIONJOB__H) #if !defined(KPMCORE_DELETEPARTITIONJOB_H)
#define DELETEPARTITIONJOB__H #define KPMCORE_DELETEPARTITIONJOB_H
#include "jobs/job.h" #include "jobs/job.h"

View File

@ -15,9 +15,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.* * along with this program. If not, see <http://www.gnu.org/licenses/>.*
*************************************************************************/ *************************************************************************/
#if !defined(JOB__H) #if !defined(KPMCORE_JOB_H)
#define JOB__H #define KPMCORE_JOB_H
#include "fs/filesystem.h" #include "fs/filesystem.h"

View File

@ -15,9 +15,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.* * along with this program. If not, see <http://www.gnu.org/licenses/>.*
*************************************************************************/ *************************************************************************/
#if !defined(MOVEFILESYSTEMJOB__H) #if !defined(KPMCORE_MOVEFILESYSTEMJOB_H)
#define MOVEFILESYSTEMJOB__H #define KPMCORE_MOVEFILESYSTEMJOB_H
#include "jobs/job.h" #include "jobs/job.h"

View File

@ -15,9 +15,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.* * along with this program. If not, see <http://www.gnu.org/licenses/>.*
*************************************************************************/ *************************************************************************/
#if !defined(MOVEPHYSICALVOLUMEJOB_H) #if !defined(KPMCORE_MOVEPHYSICALVOLUMEJOB_H)
#define MOVEPHYSICALVOLUMEJOB_H #define KPMCORE_MOVEPHYSICALVOLUMEJOB_H
#include "core/partition.h" #include "core/partition.h"
#include "jobs/job.h" #include "jobs/job.h"

View File

@ -15,9 +15,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.* * along with this program. If not, see <http://www.gnu.org/licenses/>.*
*************************************************************************/ *************************************************************************/
#if !defined(REMOVEVOLUMEGROUPJOB_H) #if !defined(KPMCORE_REMOVEVOLUMEGROUPJOB_H)
#define REMOVEVOLUMEGROUPJOB_H #define KPMCORE_REMOVEVOLUMEGROUPJOB_H
#include "jobs/job.h" #include "jobs/job.h"

View File

@ -15,9 +15,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.* * along with this program. If not, see <http://www.gnu.org/licenses/>.*
*************************************************************************/ *************************************************************************/
#if !defined(RESIZEFILESYSTEMJOB__H) #if !defined(KPMCORE_RESIZEFILESYSTEMJOB_H)
#define RESIZEFILESYSTEMJOB__H #define KPMCORE_RESIZEFILESYSTEMJOB_H
#include "jobs/job.h" #include "jobs/job.h"

View File

@ -15,9 +15,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.* * along with this program. If not, see <http://www.gnu.org/licenses/>.*
*************************************************************************/ *************************************************************************/
#if !defined(RESIZEVOLUMEGROUPJOB_H) #if !defined(KPMCORE_RESIZEVOLUMEGROUPJOB_H)
#define RESIZEVOLUMEGROUPJOB_H #define KPMCORE_RESIZEVOLUMEGROUPJOB_H
#include "core/partition.h" #include "core/partition.h"
#include "jobs/job.h" #include "jobs/job.h"

View File

@ -15,9 +15,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.* * along with this program. If not, see <http://www.gnu.org/licenses/>.*
*************************************************************************/ *************************************************************************/
#if !defined(RESTOREFILESYSTEMJOB__H) #if !defined(KPMCORE_RESTOREFILESYSTEMJOB_H)
#define RESTOREFILESYSTEMJOB__H #define KPMCORE_RESTOREFILESYSTEMJOB_H
#include "jobs/job.h" #include "jobs/job.h"

View File

@ -15,9 +15,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.* * along with this program. If not, see <http://www.gnu.org/licenses/>.*
*************************************************************************/ *************************************************************************/
#if !defined(SETFILESYSTEMLABELJOB__H) #if !defined(KPMCORE_SETFILESYSTEMLABELJOB_H)
#define SETFILESYSTEMLABELJOB__H #define KPMCORE_SETFILESYSTEMLABELJOB_H
#include "jobs/job.h" #include "jobs/job.h"

View File

@ -15,9 +15,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.* * along with this program. If not, see <http://www.gnu.org/licenses/>.*
*************************************************************************/ *************************************************************************/
#if !defined(SETPARTFLAGSJOB__H) #if !defined(KPMCORE_SETPARTFLAGSJOB_H)
#define SETPARTFLAGSJOB__H #define KPMCORE_SETPARTFLAGSJOB_H
#include "jobs/job.h" #include "jobs/job.h"

View File

@ -15,9 +15,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.* * along with this program. If not, see <http://www.gnu.org/licenses/>.*
*************************************************************************/ *************************************************************************/
#if !defined(SETPARTGEOMETRYJOB__H) #if !defined(KPMCORE_SETPARTGEOMETRYJOB_H)
#define SETPARTGEOMETRYJOB__H #define KPMCORE_SETPARTGEOMETRYJOB_H
#include "jobs/job.h" #include "jobs/job.h"

View File

@ -15,9 +15,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.* * along with this program. If not, see <http://www.gnu.org/licenses/>.*
*************************************************************************/ *************************************************************************/
#if !defined(SHREDFILESYSTEMJOB__H) #if !defined(KPMCORE_SHREDFILESYSTEMJOB_H)
#define SHREDFILESYSTEMJOB__H #define KPMCORE_SHREDFILESYSTEMJOB_H
#include "jobs/job.h" #include "jobs/job.h"

View File

@ -16,9 +16,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.* * along with this program. If not, see <http://www.gnu.org/licenses/>.*
*************************************************************************/ *************************************************************************/
#if !defined(BACKUPOPERATION__H) #if !defined(KPMCORE_BACKUPOPERATION_H)
#define BACKUPOPERATION__H #define KPMCORE_BACKUPOPERATION_H
#include "util/libpartitionmanagerexport.h" #include "util/libpartitionmanagerexport.h"

View File

@ -16,9 +16,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.* * along with this program. If not, see <http://www.gnu.org/licenses/>.*
*************************************************************************/ *************************************************************************/
#if !defined(CHECKOPERATION__H) #if !defined(KPMCORE_CHECKOPERATION_H)
#define CHECKOPERATION__H #define KPMCORE_CHECKOPERATION_H
#include "util/libpartitionmanagerexport.h" #include "util/libpartitionmanagerexport.h"

View File

@ -16,9 +16,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.* * along with this program. If not, see <http://www.gnu.org/licenses/>.*
*************************************************************************/ *************************************************************************/
#if !defined(COPYOPERATION__H) #if !defined(KPMCORE_COPYOPERATION_H)
#define COPYOPERATION__H #define KPMCORE_COPYOPERATION_H
#include "util/libpartitionmanagerexport.h" #include "util/libpartitionmanagerexport.h"

View File

@ -16,9 +16,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.* * along with this program. If not, see <http://www.gnu.org/licenses/>.*
*************************************************************************/ *************************************************************************/
#if !defined(CREATEFILESYSTEMOPERATION__H) #if !defined(KPMCORE_CREATEFILESYSTEMOPERATION_H)
#define CREATEFILESYSTEMOPERATION__H #define KPMCORE_CREATEFILESYSTEMOPERATION_H
#include "util/libpartitionmanagerexport.h" #include "util/libpartitionmanagerexport.h"

View File

@ -16,9 +16,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.* * along with this program. If not, see <http://www.gnu.org/licenses/>.*
*************************************************************************/ *************************************************************************/
#if !defined(CREATEPARTITIONTABLEOPERATION__H) #if !defined(KPMCORE_CREATEPARTITIONTABLEOPERATION_H)
#define CREATEPARTITIONTABLEOPERATION__H #define KPMCORE_CREATEPARTITIONTABLEOPERATION_H
#include "util/libpartitionmanagerexport.h" #include "util/libpartitionmanagerexport.h"

View File

@ -16,9 +16,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.* * along with this program. If not, see <http://www.gnu.org/licenses/>.*
*************************************************************************/ *************************************************************************/
#if !defined(CREATEVOLUMEGROUPOPERATION_H) #if !defined(KPMCORE_CREATEVOLUMEGROUPOPERATION_H)
#define CREATEVOLUMEGROUPOPERATION_H #define KPMCORE_CREATEVOLUMEGROUPOPERATION_H
#include "util/libpartitionmanagerexport.h" #include "util/libpartitionmanagerexport.h"

View File

@ -15,9 +15,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.* * along with this program. If not, see <http://www.gnu.org/licenses/>.*
*************************************************************************/ *************************************************************************/
#if !defined(DEACTIVATEVOLUMEGROUPOPERATION_H) #if !defined(KPMCORE_DEACTIVATEVOLUMEGROUPOPERATION_H)
#define DEACTIVATEVOLUMEGROUPOPERATION_H #define KPMCORE_DEACTIVATEVOLUMEGROUPOPERATION_H
#include "util/libpartitionmanagerexport.h" #include "util/libpartitionmanagerexport.h"

View File

@ -16,9 +16,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.* * along with this program. If not, see <http://www.gnu.org/licenses/>.*
*************************************************************************/ *************************************************************************/
#if !defined(DELETEOPERATION__H) #if !defined(KPMCORE_DELETEOPERATION_H)
#define DELETEOPERATION__H #define KPMCORE_DELETEOPERATION_H
#include "util/libpartitionmanagerexport.h" #include "util/libpartitionmanagerexport.h"

View File

@ -16,9 +16,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.* * along with this program. If not, see <http://www.gnu.org/licenses/>.*
*************************************************************************/ *************************************************************************/
#if !defined(NEWOPERATION__H) #if !defined(KPMCORE_NEWOPERATION_H)
#define NEWOPERATION__H #define KPMCORE_NEWOPERATION_H
#include "fs/filesystem.h" #include "fs/filesystem.h"
#include "ops/operation.h" #include "ops/operation.h"

View File

@ -15,9 +15,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.* * along with this program. If not, see <http://www.gnu.org/licenses/>.*
*************************************************************************/ *************************************************************************/
#if !defined(OPERATION__H) #if !defined(KPMCORE_OPERATION_H)
#define OPERATION__H #define KPMCORE_OPERATION_H
#include "util/libpartitionmanagerexport.h" #include "util/libpartitionmanagerexport.h"

View File

@ -15,9 +15,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.* * along with this program. If not, see <http://www.gnu.org/licenses/>.*
*************************************************************************/ *************************************************************************/
#if !defined(REMOVEVOLUMEGROUPOPERATION_H) #if !defined(KPMCORE_REMOVEVOLUMEGROUPOPERATION_H)
#define REMOVEVOLUMEGROUPOPERATION_H #define KPMCORE_REMOVEVOLUMEGROUPOPERATION_H
#include "util/libpartitionmanagerexport.h" #include "util/libpartitionmanagerexport.h"

View File

@ -16,9 +16,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.* * along with this program. If not, see <http://www.gnu.org/licenses/>.*
*************************************************************************/ *************************************************************************/
#if !defined(RESIZEOPERATION__H) #if !defined(KPMCORE_RESIZEOPERATION_H)
#define RESIZEOPERATION__H #define KPMCORE_RESIZEOPERATION_H
#include "util/libpartitionmanagerexport.h" #include "util/libpartitionmanagerexport.h"

View File

@ -16,9 +16,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.* * along with this program. If not, see <http://www.gnu.org/licenses/>.*
*************************************************************************/ *************************************************************************/
#if !defined(RESIZEVOLUMEGROUPOPERATION_H) #if !defined(KPMCORE_RESIZEVOLUMEGROUPOPERATION_H)
#define RESIZEVOLUMEGROUPOPERATION_H #define KPMCORE_RESIZEVOLUMEGROUPOPERATION_H
#include "util/libpartitionmanagerexport.h" #include "util/libpartitionmanagerexport.h"

View File

@ -16,9 +16,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.* * along with this program. If not, see <http://www.gnu.org/licenses/>.*
*************************************************************************/ *************************************************************************/
#if !defined(RESTOREOPERATION__H) #if !defined(KPMCORE_RESTOREOPERATION_H)
#define RESTOREOPERATION__H #define KPMCORE_RESTOREOPERATION_H
#include "util/libpartitionmanagerexport.h" #include "util/libpartitionmanagerexport.h"

View File

@ -16,9 +16,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.* * along with this program. If not, see <http://www.gnu.org/licenses/>.*
*************************************************************************/ *************************************************************************/
#if !defined(SETFILESYSTEMLABELOPERATION__H) #if !defined(KPMCORE_SETFILESYSTEMLABELOPERATION_H)
#define SETFILESYSTEMLABELOPERATION__H #define KPMCORE_SETFILESYSTEMLABELOPERATION_H
#include "util/libpartitionmanagerexport.h" #include "util/libpartitionmanagerexport.h"

View File

@ -16,9 +16,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.* * along with this program. If not, see <http://www.gnu.org/licenses/>.*
*************************************************************************/ *************************************************************************/
#if !defined(SETPARTFLAGSOPERATION__H) #if !defined(KPMCORE_SETPARTFLAGSOPERATION_H)
#define SETPARTFLAGSOPERATION__H #define KPMCORE_SETPARTFLAGSOPERATION_H
#include "util/libpartitionmanagerexport.h" #include "util/libpartitionmanagerexport.h"

View File

@ -15,9 +15,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.* * along with this program. If not, see <http://www.gnu.org/licenses/>.*
*************************************************************************/ *************************************************************************/
#if !defined(DUMMYBACKEND__H) #if !defined(KPMCORE_DUMMYBACKEND_H)
#define DUMMYBACKEND__H #define KPMCORE_DUMMYBACKEND_H
#include "backend/corebackend.h" #include "backend/corebackend.h"

View File

@ -15,9 +15,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.* * along with this program. If not, see <http://www.gnu.org/licenses/>.*
*************************************************************************/ *************************************************************************/
#if !defined(DUMMYDEVICE__H) #if !defined(KPMCORE_DUMMYDEVICE_H)
#define DUMMYDEVICE__H #define KPMCORE_DUMMYDEVICE_H
#include "backend/corebackenddevice.h" #include "backend/corebackenddevice.h"

Some files were not shown because too many files have changed in this diff Show More