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,11 +1,9 @@
#ifndef TESTPHYSICALQUANTITIESBASE_H
#define TESTPHYSICALQUANTITIESBASE_H
#ifndef BLACKMISCTEST_TESTPHYSICALQUANTITIESBASE_H
#define BLACKMISCTEST_TESTPHYSICALQUANTITIESBASE_H
#include <QtTest/QtTest>
#include "blackmisc/pqconstants.h"
using namespace BlackMisc::PhysicalQuantities;
namespace BlackMiscTest
{
@@ -72,4 +70,4 @@ private slots:
} // namespace
#endif // TESTPHYSICALQUANTITIESBASE_H
#endif // BLACKMISCTEST_TESTPHYSICALQUANTITIESBASE_H