[Marble-commits] KDE/kdeedu/marble/src/lib/runners
Jens-Michael Hoffmann
jensmh at gmx.de
Thu Apr 8 03:34:23 CEST 2010
SVN commit 1112391 by jmhoffmann:
src/lib/runners: Adjust include guards after CODING update.
M +3 -3 HostipRunner.h
M +2 -2 LatLonRunner.h
M +3 -3 LocalDatabaseRunner.h
M +2 -2 MarbleAbstractRunner.h
M +2 -2 OnfRunner.h
M +3 -3 OsmNominatimRunner.h
--- trunk/KDE/kdeedu/marble/src/lib/runners/HostipRunner.h #1112390:1112391
@@ -18,8 +18,8 @@
License along with this library. If not, see <http://www.gnu.org/licenses/>.
*/
-#ifndef HOSTIP_RUNNER_H
-#define HOSTIP_RUNNER_H
+#ifndef MARBLE_HOSTIPRUNNER_H
+#define MARBLE_HOSTIPRUNNER_H
#include "MarbleAbstractRunner.h"
@@ -62,4 +62,4 @@
}
-#endif // HOSTIP_RUNNER_H
+#endif
--- trunk/KDE/kdeedu/marble/src/lib/runners/LatLonRunner.h #1112390:1112391
@@ -18,8 +18,8 @@
License along with this library. If not, see <http://www.gnu.org/licenses/>.
*/
-#ifndef LATLONRUNNER_H
-#define LATLONRUNNER_H
+#ifndef MARBLE_LATLONRUNNER_H
+#define MARBLE_LATLONRUNNER_H
#include "MarbleAbstractRunner.h"
--- trunk/KDE/kdeedu/marble/src/lib/runners/LocalDatabaseRunner.h #1112390:1112391
@@ -8,8 +8,8 @@
// Copyright 2010 Torsten Rahn <rahn at kde.org>
//
-#ifndef LOCALDATABASERUNNER_H
-#define LOCALDATABASERUNNER_H
+#ifndef MARBLE_LOCALDATABASERUNNER_H
+#define MARBLE_LOCALDATABASERUNNER_H
#include "MarbleAbstractRunner.h"
@@ -33,4 +33,4 @@
}
-#endif // LOCALDATABASERUNNER_H
+#endif
--- trunk/KDE/kdeedu/marble/src/lib/runners/MarbleAbstractRunner.h #1112390:1112391
@@ -18,8 +18,8 @@
License along with this library. If not, see <http://www.gnu.org/licenses/>.
*/
-#ifndef MARBLEABSTRACTRUNNER_H
-#define MARBLEABSTRACTRUNNER_H
+#ifndef MARBLE_MARBLEABSTRACTRUNNER_H
+#define MARBLE_MARBLEABSTRACTRUNNER_H
#include "GeoDataFeature.h"
#include "GeoDataPlacemark.h"
--- trunk/KDE/kdeedu/marble/src/lib/runners/OnfRunner.h #1112390:1112391
@@ -18,8 +18,8 @@
License along with this library. If not, see <http://www.gnu.org/licenses/>.
*/
-#ifndef ONFRUNNER_H
-#define ONFRUNNER_H
+#ifndef MARBLE_ONFRUNNER_H
+#define MARBLE_ONFRUNNER_H
#include "MarbleAbstractRunner.h"
--- trunk/KDE/kdeedu/marble/src/lib/runners/OsmNominatimRunner.h #1112390:1112391
@@ -9,8 +9,8 @@
//
-#ifndef OSM_NOMINATIM_RUNNER_H
-#define OSM_NOMINATIM_RUNNER_H
+#ifndef MARBLE_OSMNOMINATIMRUNNER_H
+#define MARBLE_OSMNOMINATIMRUNNER_H
#include "MarbleAbstractRunner.h"
@@ -51,4 +51,4 @@
}
-#endif // OSM_NOMINATIM_RUNNER_H
+#endif
More information about the Marble-commits
mailing list