From: Arvin Schnell Date: Fri, 7 Oct 2011 10:36:39 +0000 (+0200) Subject: - use namespace in header protection defines X-Git-Tag: v0.1.3~270 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=0b9df42ca4bbbd6bd1b3ca07669922232fd00bd8;p=thirdparty%2Fsnapper.git - use namespace in header protection defines --- diff --git a/snapper/AppUtil.h b/snapper/AppUtil.h index 6ba044c1..34472263 100644 --- a/snapper/AppUtil.h +++ b/snapper/AppUtil.h @@ -20,8 +20,8 @@ */ -#ifndef APP_UTIL_H -#define APP_UTIL_H +#ifndef SNAPPER_APP_UTIL_H +#define SNAPPER_APP_UTIL_H #include #include diff --git a/snapper/AsciiFile.h b/snapper/AsciiFile.h index 1d37d7a9..8089bed1 100644 --- a/snapper/AsciiFile.h +++ b/snapper/AsciiFile.h @@ -20,8 +20,8 @@ */ -#ifndef ASCII_FILE_H -#define ASCII_FILE_H +#ifndef SNAPPER_ASCII_FILE_H +#define SNAPPER_ASCII_FILE_H #include diff --git a/snapper/Compare.h b/snapper/Compare.h index 3e8cb24a..ed6cbd85 100644 --- a/snapper/Compare.h +++ b/snapper/Compare.h @@ -20,8 +20,8 @@ */ -#ifndef COMPARE_H -#define COMPARE_H +#ifndef SNAPPER_COMPARE_H +#define SNAPPER_COMPARE_H #include diff --git a/snapper/Comparison.h b/snapper/Comparison.h index 8a677a71..e4ac8cd6 100644 --- a/snapper/Comparison.h +++ b/snapper/Comparison.h @@ -20,8 +20,8 @@ */ -#ifndef COMPARISON_H -#define COMPARISON_H +#ifndef SNAPPER_COMPARISON_H +#define SNAPPER_COMPARISON_H #include "snapper/Comparison.h" diff --git a/snapper/Enum.h b/snapper/Enum.h index d7a8765d..f2abd7f6 100644 --- a/snapper/Enum.h +++ b/snapper/Enum.h @@ -20,8 +20,8 @@ */ -#ifndef ENUM_H -#define ENUM_H +#ifndef SNAPPER_ENUM_H +#define SNAPPER_ENUM_H #include diff --git a/snapper/Exception.h b/snapper/Exception.h index 0c628fa4..0043fdd5 100644 --- a/snapper/Exception.h +++ b/snapper/Exception.h @@ -20,8 +20,8 @@ */ -#ifndef EXCEPTION_H -#define EXCEPTION_H +#ifndef SNAPPER_EXCEPTION_H +#define SNAPPER_EXCEPTION_H #include diff --git a/snapper/Factory.h b/snapper/Factory.h index ff2bb6d4..dd4cd4f0 100644 --- a/snapper/Factory.h +++ b/snapper/Factory.h @@ -20,8 +20,8 @@ */ -#ifndef FACTORY_H -#define FACTORY_H +#ifndef SNAPPER_FACTORY_H +#define SNAPPER_FACTORY_H #include diff --git a/snapper/File.h b/snapper/File.h index e17c8e6e..5e301da0 100644 --- a/snapper/File.h +++ b/snapper/File.h @@ -20,8 +20,8 @@ */ -#ifndef FILE_H -#define FILE_H +#ifndef SNAPPER_FILE_H +#define SNAPPER_FILE_H #include diff --git a/snapper/Filesystem.h b/snapper/Filesystem.h index 7eb3ecd3..c5ff827f 100644 --- a/snapper/Filesystem.h +++ b/snapper/Filesystem.h @@ -20,8 +20,8 @@ */ -#ifndef FILESYSTEM_H -#define FILESYSTEM_H +#ifndef SNAPPER_FILESYSTEM_H +#define SNAPPER_FILESYSTEM_H #include diff --git a/snapper/Log.h b/snapper/Log.h index 60fdb125..374ab569 100644 --- a/snapper/Log.h +++ b/snapper/Log.h @@ -20,8 +20,8 @@ */ -#ifndef LOG_H -#define LOG_H +#ifndef SNAPPER_LOG_H +#define SNAPPER_LOG_H #include #include diff --git a/snapper/Regex.h b/snapper/Regex.h index 27aa1816..9c3146c3 100644 --- a/snapper/Regex.h +++ b/snapper/Regex.h @@ -20,8 +20,8 @@ */ -#ifndef REGEX_H -#define REGEX_H +#ifndef SNAPPER_REGEX_H +#define SNAPPER_REGEX_H #include diff --git a/snapper/Snapper.h b/snapper/Snapper.h index 86aae1e3..6b234904 100644 --- a/snapper/Snapper.h +++ b/snapper/Snapper.h @@ -20,8 +20,8 @@ */ -#ifndef SNAPPER_H -#define SNAPPER_H +#ifndef SNAPPER_SNAPPER_H +#define SNAPPER_SNAPPER_H #include diff --git a/snapper/SnapperDefines.h b/snapper/SnapperDefines.h index ade941a9..88e1a873 100644 --- a/snapper/SnapperDefines.h +++ b/snapper/SnapperDefines.h @@ -20,8 +20,8 @@ */ -#ifndef SNAPPER_DEFINES_H -#define SNAPPER_DEFINES_H +#ifndef SNAPPER_SNAPPER_DEFINES_H +#define SNAPPER_SNAPPER_DEFINES_H #define SYSCONFIGFILE "/etc/sysconfig/snapper" diff --git a/snapper/SnapperTmpl.h b/snapper/SnapperTmpl.h index 55ff600a..85f5c7df 100644 --- a/snapper/SnapperTmpl.h +++ b/snapper/SnapperTmpl.h @@ -20,8 +20,8 @@ */ -#ifndef SNAPPER_TMPL_H -#define SNAPPER_TMPL_H +#ifndef SNAPPER_SNAPPER_TMPL_H +#define SNAPPER_SNAPPER_TMPL_H #include #include diff --git a/snapper/SnapperTypes.h b/snapper/SnapperTypes.h index 7bc48010..6b482ce3 100644 --- a/snapper/SnapperTypes.h +++ b/snapper/SnapperTypes.h @@ -20,8 +20,8 @@ */ -#ifndef SNAPPER_TYPES_H -#define SNAPPER_TYPES_H +#ifndef SNAPPER_SNAPPER_TYPES_H +#define SNAPPER_SNAPPER_TYPES_H #include diff --git a/snapper/Snapshot.h b/snapper/Snapshot.h index ff2aabef..ee54eaba 100644 --- a/snapper/Snapshot.h +++ b/snapper/Snapshot.h @@ -20,8 +20,8 @@ */ -#ifndef SNAPSHOT_H -#define SNAPSHOT_H +#ifndef SNAPPER_SNAPSHOT_H +#define SNAPPER_SNAPSHOT_H #include diff --git a/snapper/SystemCmd.h b/snapper/SystemCmd.h index 8e72e26f..742d541f 100644 --- a/snapper/SystemCmd.h +++ b/snapper/SystemCmd.h @@ -20,8 +20,8 @@ */ -#ifndef SYSTEM_CMD_H -#define SYSTEM_CMD_H +#ifndef SNAPPER_SYSTEM_CMD_H +#define SNAPPER_SYSTEM_CMD_H #include #include diff --git a/snapper/XmlFile.h b/snapper/XmlFile.h index 4a92a7bf..d6228ab0 100644 --- a/snapper/XmlFile.h +++ b/snapper/XmlFile.h @@ -20,8 +20,8 @@ */ -#ifndef XML_FILE_H -#define XML_FILE_H +#ifndef SNAPPER_XML_FILE_H +#define SNAPPER_XML_FILE_H #include