Added legal header, changed include guards to contain namespace prefix e.g BLACKMISC_XYZ_H

This commit is contained in:
Klaus Basan
2013-04-10 00:50:25 +02:00
parent 9a87731944
commit e196a5585f
39 changed files with 260 additions and 246 deletions

View File

@@ -1,5 +1,5 @@
#ifndef SAMPLESAVIATION_H
#define SAMPLESAVIATION_H
#ifndef BLACKMISC_SAMPLESAVIATION_H
#define BLACKMISC_SAMPLESAVIATION_H
#include "blackmisc/avheading.h"
#include "blackmisc/avverticalpositions.h"
@@ -8,9 +8,6 @@
#include "blackmisc/avionavsystem.h"
#include "blackmisc/aviotransponder.h"
using namespace BlackMisc::Aviation;
using namespace BlackMisc::PhysicalQuantities;
namespace BlackMiscTest {
/*!